|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jcolibri.exception.PrototypeNotAvailableException
public class PrototypeNotAvailableException
Exception looking for the prototype of a method or task.
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 |
---|
public PrototypeNotAvailableException()
PrototypeNotAvailableException
without
detail message.
public PrototypeNotAvailableException(java.lang.String msg)
PrototypeNotAvailableException
with the
specified detail message.
msg
- the detail message.public PrototypeNotAvailableException(java.lang.Throwable th)
EPrototypeNotAvailableException
with the
specified detail message.
th
- the cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |