de.mpi_bremen.mgg.FastaValidator
Class FastaValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.mpi_bremen.mgg.FastaValidator.FastaValidatorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FastaFormatException, InvalidCharacterException

public class FastaValidatorException
extends java.lang.Exception

General exception class, which is thrown when an error occurs during the parsing/validation process

Author:
Jost Waldmann
See Also:
Serialized Form

Constructor Summary
FastaValidatorException()
          Constructs an empty FastaValidatorException.
FastaValidatorException(java.lang.String s)
          Constructs a FastaValidatorException with errormessage.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FastaValidatorException

public FastaValidatorException()
Constructs an empty FastaValidatorException. Behaves like Exception().


FastaValidatorException

public FastaValidatorException(java.lang.String s)
Constructs a FastaValidatorException with errormessage.

Parameters:
s - the errormessage