X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FWrongParameterException.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2FWrongParameterException.html;h=5c65ccbef3219899d563c4faca930a5e8c748170;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/metadata/WrongParameterException.html b/website/full_javadoc/compbio/metadata/WrongParameterException.html new file mode 100644 index 0000000..5c65ccb --- /dev/null +++ b/website/full_javadoc/compbio/metadata/WrongParameterException.html @@ -0,0 +1,294 @@ + + + + + + +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)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +