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