X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2FUnknownFileFormatException.html;h=61631102bec4660ae9e0561b95dde8c69ed80571;hb=02ace2e4cf6d29a70be3dd799f84e3f14333cdbb;hp=ae7e03152c16ef3b1c08bb74013f4a2584ee607e;hpb=535359a3d592ee41bda72e7356f0181f6cee9d07;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/sequence/UnknownFileFormatException.html b/website/dm_javadoc/compbio/data/sequence/UnknownFileFormatException.html index ae7e031..6163110 100644 --- a/website/dm_javadoc/compbio/data/sequence/UnknownFileFormatException.html +++ b/website/dm_javadoc/compbio/data/sequence/UnknownFileFormatException.html @@ -2,12 +2,12 @@ - + UnknownFileFormatException - + @@ -92,17 +92,17 @@ compbio.data.sequence
Class UnknownFileFormatException
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
+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
+
All Implemented Interfaces:
Serializable

-
public class UnknownFileFormatException
extends java.lang.Exception
+
public class UnknownFileFormatException
extends Exception

@@ -127,27 +127,27 @@ java.lang.Object             -UnknownFileFormatException(java.io.File file, - java.lang.Throwable cause) +UnknownFileFormatException(File file, + Throwable cause)
            -UnknownFileFormatException(java.lang.String message) +UnknownFileFormatException(String message)
            -UnknownFileFormatException(java.lang.String message, - java.lang.Throwable cause) +UnknownFileFormatException(String message, + Throwable cause)
            -UnknownFileFormatException(java.lang.Throwable cause) +UnknownFileFormatException(Throwable cause)
            @@ -166,19 +166,19 @@ java.lang.Object   - + - +
Methods inherited from class java.lang.ThrowableMethods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
  - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -205,8 +205,8 @@ public UnknownFileFormatException()

UnknownFileFormatException

-public UnknownFileFormatException(java.io.File file,
-                                  java.lang.Throwable cause)
+public UnknownFileFormatException(File file, + Throwable cause)

@@ -214,8 +214,8 @@ public UnknownFileFormatException(java.io.File file,

UnknownFileFormatException

-public UnknownFileFormatException(java.lang.String message,
-                                  java.lang.Throwable cause)
+public UnknownFileFormatException(String message, + Throwable cause)

@@ -223,7 +223,7 @@ public UnknownFileFormatException(java.lang.String message,

UnknownFileFormatException

-public UnknownFileFormatException(java.lang.String message)
+public UnknownFileFormatException(String message)

@@ -231,7 +231,7 @@ public UnknownFileFormatException(java.lang.String message)

UnknownFileFormatException

-public UnknownFileFormatException(java.lang.Throwable cause)
+public UnknownFileFormatException(Throwable cause)