jaxg 0.1dev

org.xml.graphics
Class XGException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.transform.TransformerException
              extended by org.xml.graphics.XGException
All Implemented Interfaces:
java.io.Serializable

public class XGException
extends javax.xml.transform.TransformerException

Basic JAXG exception.

Author:
Jeremias Maerki
See Also:
Serialized Form

Constructor Summary
XGException(java.lang.String message)
           
XGException(java.lang.String message, javax.xml.transform.SourceLocator locator)
           
XGException(java.lang.String message, javax.xml.transform.SourceLocator locator, java.lang.Throwable e)
           
XGException(java.lang.String message, java.lang.Throwable e)
           
XGException(java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class javax.xml.transform.TransformerException
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XGException

public XGException(java.lang.String message)

XGException

public XGException(java.lang.String message,
                   java.lang.Throwable e)

XGException

public XGException(java.lang.String message,
                   javax.xml.transform.SourceLocator locator)

XGException

public XGException(java.lang.String message,
                   javax.xml.transform.SourceLocator locator,
                   java.lang.Throwable e)

XGException

public XGException(java.lang.Throwable e)

jaxg 0.1dev