Package de.mpi_bremen.mgg.FastaValidator

Interface Summary
FastaValidatorCallback Interface defining necessary FastaValidator-events.
FastaValidatorLexer Interface defining neccessary methods of the lexer.
 

Class Summary
FastaValidator The FastaValidator itself - main class of the package.
 

Enum Summary
FastaValidator.Sequencetype Represents parsable sequencetypes.
 

Exception Summary
FastaFormatException Specialization of FastaValidatorException, which is thrown on semantic errors
FastaHandlingException Thrown by implementations of the FastaValidatorCallback to indicate that their handling of the parsed data failed.
FastaValidatorException General exception class, which is thrown when an error occurs during the parsing/validation process
InvalidCharacterException Specialization of FastaValidatorException, which is thrown when an invalid character occurs