jcolibri.exception
Class PrototypeNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jcolibri.exception.PrototypeNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class PrototypeNotAvailableException
extends java.lang.RuntimeException

Exception looking for the prototype of a method or task.

Author:
Juan José Bello
See Also:
Serialized Form

Constructor Summary
PrototypeNotAvailableException()
          Creates a new PrototypeNotAvailableException without detail message.
PrototypeNotAvailableException(java.lang.String msg)
          Creates a new PrototypeNotAvailableException with the specified detail message.
PrototypeNotAvailableException(java.lang.Throwable th)
          Creates a new EPrototypeNotAvailableException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrototypeNotAvailableException

public PrototypeNotAvailableException()
Creates a new PrototypeNotAvailableException without detail message.


PrototypeNotAvailableException

public PrototypeNotAvailableException(java.lang.String msg)
Creates a new PrototypeNotAvailableException with the specified detail message.

Parameters:
msg - the detail message.

PrototypeNotAvailableException

public PrototypeNotAvailableException(java.lang.Throwable th)
Creates a new EPrototypeNotAvailableException with the specified detail message.

Parameters:
th - the cause of the exception.