|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jcolibri.exception.ExecutionException
jcolibri.exception.InitializingException
public class InitializingException
Exception in the initialization of an object.
Constructor Summary | |
---|---|
InitializingException()
Creates a new InitializingException without detail
message. |
|
InitializingException(java.lang.String msg)
Creates a new InitializingException with the specified
detail message. |
|
InitializingException(java.lang.Throwable th)
Creates a new InitializingException 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 InitializingException()
InitializingException
without detail
message.
public InitializingException(java.lang.String msg)
InitializingException
with the specified
detail message.
msg
- detail message.public InitializingException(java.lang.Throwable th)
InitializingException
with the specified
detail message.
th
- cause of the exception.
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |