de.jstacs.parameters
Class ParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.jstacs.parameters.ParameterException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CollectionParameter.InconsistentCollectionException, ParameterSetParser.NotInstantiableException, ParameterSetParser.WrongParameterTypeException, SimpleParameter.DatatypeNotValidException, SimpleParameter.IllegalValueException
public class ParameterException
- extends Exception
Class for an exception that is thrown if some error occurs while setting a
parameter's value or constructing a parameter.
- Author:
- Jan Grau
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterException
public ParameterException(String message)
- Constructor for a
ParameterException with the specified error
message.
- Parameters:
message - the error message
ParameterException
public ParameterException()
- Constructor for a
ParameterException without a specific message.