public class XSLTransformerErrorEvent
extends java.util.EventObject
Constructor and Description |
---|
XSLTransformerErrorEvent(java.lang.Object p0, java.lang.Exception e)
Constructor for XSLTransformerErrorEvent.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Returns the exception that XSLTransformer encountered object unique id.
|
java.lang.String |
getMessage()
Returns the error message that describes the error that XSLTransformer encountered
|
public XSLTransformerErrorEvent(java.lang.Object p0, java.lang.Exception e)
p0
- The Object
that created this evente
- The Exception
raised.public java.lang.String getMessage()
public java.lang.Exception getException()