org.biojava.utils
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() |
getSourcepublic ParseErrorEvent(Object theSource)
theSource - The source of the parse errorpublic String getMessage()
public String toString()
toString in class EventObject