com.jclark.xsl.om
Class XSLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jclark.xsl.om.XSLException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TerminateXSLException
public class XSLException
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
XSLException
public XSLException()
XSLException
public XSLException(java.lang.String detail,
Node node)
XSLException
public XSLException(java.lang.String detail)
XSLException
public XSLException(java.lang.Exception exception)
XSLException
public XSLException(java.lang.Exception exception,
Node node)
setNode
void setNode(Node node)
getNode
public Node getNode()
getException
public java.lang.Exception getException()