com.caucho.xsl
Class TransformerExceptionWrapper
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.xml.transform.TransformerException
|
+--com.caucho.xsl.TransformerExceptionWrapper
- All Implemented Interfaces:
- ExceptionWrapper, java.io.Serializable
- public class TransformerExceptionWrapper
- extends TransformerException
- implements ExceptionWrapper
Represents a exception when creating a transformation.
- See Also:
- Serialized Form
Method Summary |
java.lang.Throwable |
getRootCause()
Returns the wrapped exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TransformerExceptionWrapper
public TransformerExceptionWrapper()
- Create a new exception with no error message.
TransformerExceptionWrapper
public TransformerExceptionWrapper(java.lang.String msg)
- Create a new exception with a string error message.
TransformerExceptionWrapper
public TransformerExceptionWrapper(java.lang.String msg,
SourceLocator locator)
- Create a new exception with a message and an error location.
TransformerExceptionWrapper
public TransformerExceptionWrapper(java.lang.String msg,
SourceLocator locator,
java.lang.Throwable e)
- Create a new exception with a message and an error location.
TransformerExceptionWrapper
public TransformerExceptionWrapper(java.lang.String msg,
java.lang.Throwable e)
- Create a new exception with a wrapped exception.
TransformerExceptionWrapper
public TransformerExceptionWrapper(java.lang.Throwable e)
- Create a new exception with a wrapped exception.
getRootCause
public java.lang.Throwable getRootCause()
- Returns the wrapped exception.
- Specified by:
getRootCause
in interface ExceptionWrapper