Skip navigation links

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

E15981-09


oracle.xml.async
Class DOMBuilderErrorEvent

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

All Implemented Interfaces:
java.io.Serializable

Deprecated. This class defines the error event which is sent when parse exception occurs.

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

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

 

Method Summary
 java.lang.Exception getException()
          Deprecated. Gets the Exception
 java.lang.String getMessage()
          Deprecated. Returns the error message generated by the parser

 

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

DOMBuilderErrorEvent

public DOMBuilderErrorEvent(java.lang.Object p0,
                            java.lang.Exception e)
Deprecated. 
Constructor for DOMBuilderErrorEvent.
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 generated by the parser
Returns:
The error message string

getException

public java.lang.Exception getException()
Deprecated. 
Gets the Exception
Returns:
The Exception beind raised

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.