Package org.biojava.utils
Interface ParseErrorListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
EmblLikeFormat
,FastaFormat
,GenbankFormat
,GenbankXmlFormat
,GenpeptFormat
,PhredFormat
,StreamReader
Listener for a ParseErrorEvent. A ParseErrorEvent signals a problem
parsing a file.
- Author:
- Greg Cox
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
BadLineParsed
(ParseErrorEvent theEvent) Method called when the parser encounters a bad line.
-
Method Details
-
BadLineParsed
Method called when the parser encounters a bad line.- Parameters:
theEvent
- The event that contains the line and token.
-