public class DOMBuilderErrorEvent
extends java.util.EventObject
| Constructor and Description |
|---|
DOMBuilderErrorEvent(java.lang.Object p0, java.lang.Exception e)
Constructor for DOMBuilderErrorEvent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException()
Gets the Exception
|
java.lang.String |
getMessage()
Returns the error message generated by the parser
|