org.biojava.utils
Class ParseErrorEvent
java.lang.Object
java.util.EventObject
org.biojava.utils.ParseErrorEvent
- All Implemented Interfaces:
- Serializable
public class ParseErrorEvent
- extends EventObject
Event which signals a bad line when parsing a record.
- Author:
- Greg Cox
- See Also:
- Serialized Form
ParseErrorEvent
public ParseErrorEvent(Object theSource)
- Construct a ParseErrorEvent with no other information.
- Parameters:
theSource
- The source of the parse error
ParseErrorEvent
public ParseErrorEvent(Object theSource,
String theMessage)
- Construct a ParseErrorEvent with a message.
- Parameters:
theSource
- The source of the parse error.theMessage
- The message.
getMessage
public String getMessage()
- Find the message about this event
- Returns:
- The message.
toString
public String toString()
- Overrides:
toString
in class EventObject