|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--oracle.xml.async.XSLTransformerErrorEvent
The error event object that XSLTransformer uses to notify all registered listeners about transformation error events.
| Field Summary | |
protected java.lang.Exception |
eThe exception being raised. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
XSLTransformerErrorEvent(java.lang.Object p0, java.lang.Exception e)Constructor for XSLTransformerErrorEvent. | |
| Method Summary | |
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 |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.Exception e
| Constructor Detail |
public XSLTransformerErrorEvent(java.lang.Object p0,
java.lang.Exception e)
p0 - The Object that created this evente - The Exception raised.| Method Detail |
public java.lang.String getMessage()
public java.lang.Exception getException()
|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||