X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FWrongParameterException.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2FWrongParameterException.html;h=0000000000000000000000000000000000000000;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=fa9d8f7662e18403e1f9bb98f6f43432c1756a5a;hpb=bc3346bd7c1c518fad867d4c60a53779e7516588;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/WrongParameterException.html b/website/dm_javadoc/compbio/metadata/WrongParameterException.html deleted file mode 100644 index fa9d8f7..0000000 --- a/website/dm_javadoc/compbio/metadata/WrongParameterException.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - -WrongParameterException - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.metadata -
-Class WrongParameterException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by compbio.metadata.WrongParameterException
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class WrongParameterException
extends Exception
- - -

-WrongParameterException is thrown wherever the RunnerConfig object - does not match the actual runnable or then attempting to set the value of - Argument to invalid value. -

- -

-

-
Version:
-
1.0 October 2009
-
Author:
-
pvtroshin
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - - - - - - - -
-Constructor Summary
WrongParameterException(Option<?> option) - -
-           
WrongParameterException(String message) - -
-           
WrongParameterException(String message, - Throwable cause) - -
-           
WrongParameterException(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
- -

-WrongParameterException

-
-public WrongParameterException(Option<?> option)
-
-
-
- -

-WrongParameterException

-
-public WrongParameterException(String message)
-
-
-
- -

-WrongParameterException

-
-public WrongParameterException(Throwable cause)
-
-
-
- -

-WrongParameterException

-
-public WrongParameterException(String message,
-                               Throwable cause)
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -