|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.dfki.lt.hog.exceptions.InitializationException
public class InitializationException
InitializationException
is thrown when a module
can't be initialized.
Constructor Summary | |
---|---|
InitializationException()
This creates a new instance of InitializationException . |
|
InitializationException(java.lang.String aMessage)
This creates a new instance of InitializationException with an error message
aMessage |
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 InitializationException()
InitializationException
.
public InitializationException(java.lang.String aMessage)
InitializationException
with an error message
aMessage
aMessage
- a String
with the error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |