public class ParseErrorEvent
extends java.util.EventObject
Constructor and Description |
---|
ParseErrorEvent(java.lang.Object theSource)
Construct a ParseErrorEvent with no other information.
|
ParseErrorEvent(java.lang.Object theSource,
java.lang.String theMessage)
Construct a ParseErrorEvent with a message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Find the message about this event
|
java.lang.String |
toString() |
public ParseErrorEvent(java.lang.Object theSource)
theSource
- The source of the parse errorpublic ParseErrorEvent(java.lang.Object theSource, java.lang.String theMessage)
theSource
- The source of the parse error.theMessage
- The message.