|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jtgl.core.JTGLException
public class JTGLException
JTGL core Exception class
Constructor Summary | |
---|---|
JTGLException()
Creates a new instance of JTGLException without detail message. |
|
JTGLException(java.lang.String msg)
Constructs an instance of JTGLException with the specified detail message. |
|
JTGLException(java.lang.Throwable exception)
Constructs an instance of JTGLException wrapping a Throwable object instance. |
Method Summary | |
---|---|
java.lang.Throwable |
getException()
|
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 JTGLException()
JTGLException
without detail message.
public JTGLException(java.lang.String msg)
JTGLException
with the specified detail message.
msg
- the detail message.public JTGLException(java.lang.Throwable exception)
JTGLException
wrapping a Throwable object instance.
exception
- the Throwable object instance.Method Detail |
---|
public java.lang.Throwable getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |