compbio.metadata
Class WrongParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrongParameterException
public WrongParameterException(Option<?> option)
WrongParameterException
public WrongParameterException(String message)
WrongParameterException
public WrongParameterException(Throwable cause)
WrongParameterException
public WrongParameterException(String message,
Throwable cause)