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.
-
e
-
-
DOMBuilderErrorEvent(Object, Exception)
- Constructor for DOMBuilderErrorEvent.
-
getException()
- Gets the Exception
-
getMessage()
- Returns the error message generated by the parser
e
protected Exception e
DOMBuilderErrorEvent
public DOMBuilderErrorEvent(Object p0,
Exception e)
- Constructor for DOMBuilderErrorEvent.
- Parameters:
- p0 - the
Object
that create this object
- e - the
Exception
raised.
getMessage
public String getMessage()
- Returns the error message generated by the parser
- Returns:
- the error message string
getException
public Exception getException()
- Gets the Exception
- Returns:
- The Exception beind raised
All Packages Class Hierarchy This Package Previous Next Index