Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


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

public class DOMBuilderErrorEvent
extends java.util.EventObject

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

See Also:
Serialized Form

Field Summary
protected  java.lang.Exception e
          The exception being raised.

 

Fields inherited from class java.util.EventObject
source

 

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

 

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

 

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

e

protected java.lang.Exception e
The exception being raised.

Constructor Detail

DOMBuilderErrorEvent

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

Method Detail

getMessage

public java.lang.String getMessage()
Returns the error message generated by the parser
Returns:
The error message string

getException

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

Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


Copyright © 2003, 2007, Oracle. All rights reserved.