public class XslParseException extends javax.xml.transform.TransformerConfigurationException implements LineCompileException
Modifier and Type | Field and Description |
---|---|
protected java.lang.Throwable |
e |
Constructor and Description |
---|
XslParseException() |
XslParseException(java.lang.String msg) |
XslParseException(java.lang.String msg,
java.lang.Throwable e) |
XslParseException(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
static XslParseException |
create(java.lang.String msg)
Hack for js.
|
java.lang.Throwable |
getCause() |
java.lang.String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream os) |
void |
printStackTrace(java.io.PrintWriter pw) |
java.lang.String |
toString() |
getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, setLocator
public XslParseException()
public XslParseException(java.lang.String msg)
public XslParseException(java.lang.Throwable e)
public XslParseException(java.lang.String msg, java.lang.Throwable e)
public static XslParseException create(java.lang.String msg)
public java.lang.Throwable getCause()
getCause
in class javax.xml.transform.TransformerException
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class javax.xml.transform.TransformerException
public void printStackTrace(java.io.PrintStream os)
printStackTrace
in class javax.xml.transform.TransformerException
public void printStackTrace(java.io.PrintWriter pw)
printStackTrace
in class javax.xml.transform.TransformerException
public java.lang.String toString()
toString
in class java.lang.Throwable