All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oracle.xml.async.DOMBuilderErrorEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----oracle.xml.async.DOMBuilderErrorEvent

public class DOMBuilderErrorEvent
extends EventObject
This class defines the error event which is sent when parse exception occurs.


Variable Index

 o e

Constructor Index

 o DOMBuilderErrorEvent(Object, Exception)
Constructor for DOMBuilderErrorEvent.

Method Index

 o getException()
Gets the Exception
 o getMessage()
Returns the error message generated by the parser

Variables

 o e
 protected Exception e

Constructors

 o DOMBuilderErrorEvent
 public DOMBuilderErrorEvent(Object p0,
                             Exception e)
Constructor for DOMBuilderErrorEvent.

Parameters:
p0 - the Object that create this object
e - the Exception raised.

Methods

 o getMessage
 public String getMessage()
Returns the error message generated by the parser

Returns:
the error message string
 o getException
 public Exception getException()
Gets the Exception

Returns:
The Exception beind raised

All Packages  Class Hierarchy  This Package  Previous  Next  Index