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:
  • Constructor Details

    • 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.
  • Method Details