compbio.data.sequence
Class UnknownFileFormatException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
compbio.data.sequence.UnknownFileFormatException
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class UnknownFileFormatException
- extends java.lang.Exception
 
- See Also:
 - Serialized Form
 
 
 
| 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 | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
UnknownFileFormatException
public UnknownFileFormatException()
UnknownFileFormatException
public UnknownFileFormatException(java.io.File file,
                                  java.lang.Throwable cause)
UnknownFileFormatException
public UnknownFileFormatException(java.lang.String message,
                                  java.lang.Throwable cause)
UnknownFileFormatException
public UnknownFileFormatException(java.lang.String message)
UnknownFileFormatException
public UnknownFileFormatException(java.lang.Throwable cause)