public class ParseErrorEvent extends EventObject
source
Constructor and Description |
---|
ParseErrorEvent(Object theSource)
Construct a ParseErrorEvent with no other information.
|
ParseErrorEvent(Object theSource,
String theMessage)
Construct a ParseErrorEvent with a message.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Find the message about this event
|
String |
toString() |
getSource
public ParseErrorEvent(Object theSource)
theSource
- The source of the parse errorpublic ParseErrorEvent(Object theSource, String theMessage)
theSource
- The source of the parse error.theMessage
- The message.public String getMessage()
public String toString()
toString
in class EventObject
Copyright © 2014 BioJava. All rights reserved.