X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=inline;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FUnsupportedRuntimeException.html;h=dd5739b8a19d7b22d799e66884e4081dafbbe26a;hb=5ca8c6a56369ea884670666cddcc5f1d3a09bc10;hp=881d4075e5a3638edb2a6a34a8954eb7e55a392f;hpb=535359a3d592ee41bda72e7356f0181f6cee9d07;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/UnsupportedRuntimeException.html b/website/dm_javadoc/compbio/metadata/UnsupportedRuntimeException.html index 881d407..dd5739b 100644 --- a/website/dm_javadoc/compbio/metadata/UnsupportedRuntimeException.html +++ b/website/dm_javadoc/compbio/metadata/UnsupportedRuntimeException.html @@ -2,12 +2,12 @@ - + UnsupportedRuntimeException - + @@ -92,14 +92,14 @@ compbio.metadata
Class UnsupportedRuntimeException
-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.metadata.JobSubmissionException
               extended by compbio.metadata.UnsupportedRuntimeException
 
-
All Implemented Interfaces:
java.io.Serializable
+
All Implemented Interfaces:
Serializable

@@ -108,7 +108,7 @@ java.lang.Object

Indicates that the server could not execute native executables. e.g. If Mafft - (unix executable) is asked to be run on Windows. In context of JWS2 this + (unix executable) is asked to be run on Windows. In context of JABAWS this exception indicates that the service is deployed but is not able to run.

@@ -132,13 +132,13 @@ Indicates that the server could not execute native executables. e.g. If Mafft Constructor Summary -UnsupportedRuntimeException(java.lang.String message) +UnsupportedRuntimeException(String message)
            -UnsupportedRuntimeException(java.lang.Throwable cause) +UnsupportedRuntimeException(Throwable cause)
            @@ -157,19 +157,19 @@ Indicates that the server could not execute native executables. e.g. If Mafft   - + - +
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
  @@ -188,7 +188,7 @@ Indicates that the server could not execute native executables. e.g. If Mafft

UnsupportedRuntimeException

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

@@ -196,7 +196,7 @@ public UnsupportedRuntimeException(java.lang.String message)

UnsupportedRuntimeException

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