org.jtgl.ext
Class JTGLExtensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtgl.core.JTGLException
              extended by org.jtgl.ext.JTGLExtensionException
All Implemented Interfaces:
java.io.Serializable

public class JTGLExtensionException
extends JTGLException

Base Extension exception class

Author:
Manuel Polo (manuel_polo at yahoo dot es)
See Also:
Serialized Form

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

JTGLExtensionException

public JTGLExtensionException()
Creates a new instance of JTGLExtensionException


JTGLExtensionException

public JTGLExtensionException(java.lang.String msg)
Constructs an instance of JTGLExtensionException with the specified detail message.

Parameters:
msg - the detail message.

JTGLExtensionException

public JTGLExtensionException(java.lang.Throwable exception)
Constructs an instance of JTGLExtensionException wrapping a Throwable object instance.

Parameters:
exception - the Throwable object instance.