compbio.data.sequence
Class UnknownFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by compbio.data.sequence.UnknownFileFormatException
All Implemented Interfaces:
Serializable

public class UnknownFileFormatException
extends Exception

See Also:
Serialized Form

Constructor Summary
UnknownFileFormatException()
           
UnknownFileFormatException(File file, Throwable cause)
           
UnknownFileFormatException(String message)
           
UnknownFileFormatException(String message, Throwable cause)
           
UnknownFileFormatException(Throwable cause)
           
 
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

UnknownFileFormatException

public UnknownFileFormatException()

UnknownFileFormatException

public UnknownFileFormatException(File file,
                                  Throwable cause)

UnknownFileFormatException

public UnknownFileFormatException(String message,
                                  Throwable cause)

UnknownFileFormatException

public UnknownFileFormatException(String message)

UnknownFileFormatException

public UnknownFileFormatException(Throwable cause)