Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


oracle.xml.async
Class XSLTransformerErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.xml.async.XSLTransformerErrorEvent

All Implemented Interfaces:
java.io.Serializable

Deprecated. The error event object that XSLTransformer uses to notify all registered listeners about transformation error events.

public class XSLTransformerErrorEvent
extends java.util.EventObject
See Also:
Serialized Form

Constructor Summary
XSLTransformerErrorEvent(java.lang.Object p0, java.lang.Exception e)
          Deprecated. Constructor for XSLTransformerErrorEvent.

 

Method Summary
 java.lang.Exception getException()
          Deprecated. Returns the exception that XSLTransformer encountered object unique id.
 java.lang.String getMessage()
          Deprecated. 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

XSLTransformerErrorEvent

public XSLTransformerErrorEvent(java.lang.Object p0,
                                java.lang.Exception e)
Deprecated. 
Constructor for XSLTransformerErrorEvent.
Parameters:
p0 - The Object that created this event
e - The Exception raised.

Method Detail

getMessage

public java.lang.String getMessage()
Deprecated. 
Returns the error message that describes the error that XSLTransformer encountered
Returns:
The error message

getException

public java.lang.Exception getException()
Deprecated. 
Returns the exception that XSLTransformer encountered object unique id. Can be used to
Returns:
The transformation exception

Skip navigation links

Oracle® Database XML Java API Reference
12c Release 1 (12.1)

E15981-09


Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.