com.caucho.xsl
Class XslParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--com.caucho.xsl.XslParseException
- All Implemented Interfaces:
- CompileException, java.io.Serializable
- public class XslParseException
- extends java.io.IOException
- implements CompileException
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Exception |
e
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
e
protected java.lang.Exception e
XslParseException
public XslParseException()
XslParseException
public XslParseException(java.lang.String msg)
XslParseException
public XslParseException(java.lang.Exception wrapper)
create
public static XslParseException create(java.lang.String msg)
- Hack for js.
getCause
public java.lang.Exception getCause()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream os)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- Overrides:
printStackTrace
in class java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable