X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fdata%2Fsequence%2FUnknownFileFormatException.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fdata%2Fsequence%2FUnknownFileFormatException.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=5c7fc7047889d1d0e132c4ec67c3cadcb333e649;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/data/sequence/UnknownFileFormatException.html b/website/full_javadoc/compbio/data/sequence/UnknownFileFormatException.html deleted file mode 100644 index 5c7fc70..0000000 --- a/website/full_javadoc/compbio/data/sequence/UnknownFileFormatException.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - -UnknownFileFormatException - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -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
equals, 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)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -