org.xml.graphics
Class XGException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
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)
|
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 |
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)