|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.hardcode.gdbms.engine.internalExceptions.InternalException
public class InternalException
Exception produced in internal threads of the system or in code that cannot be resolved by throwing up the exception. The message contains the explanation of the problem
Constructor Summary | |
---|---|
InternalException(java.lang.String message)
DOCUMENT ME! |
|
InternalException(java.lang.String message,
java.lang.Throwable cause)
DOCUMENT ME! |
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 InternalException(java.lang.String message)
message
- public InternalException(java.lang.String message, java.lang.Throwable cause)
message
- cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |