X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2FUnknownFileFormatException.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2FUnknownFileFormatException.html;h=1fa08aed78534614edee91ea1155366e3261991a;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/sequence/UnknownFileFormatException.html b/website/dm_javadoc/compbio/data/sequence/UnknownFileFormatException.html new file mode 100644 index 0000000..1fa08ae --- /dev/null +++ b/website/dm_javadoc/compbio/data/sequence/UnknownFileFormatException.html @@ -0,0 +1,300 @@ + + + + + + +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:
java.io.Serializable
+
+
+
+
public class UnknownFileFormatException
extends java.lang.Exception
+ + +

+

+
See Also:
Serialized Form
+
+ +

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