de.jstacs.io
Class ParameterSetParser.WrongParameterTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.jstacs.parameters.ParameterException
de.jstacs.io.ParameterSetParser.WrongParameterTypeException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ParameterSetParser
public static class ParameterSetParser.WrongParameterTypeException
- extends ParameterException
An Exception that is thrown if the DataType of a
Parameter is not appropriate for some purpose.
- Author:
- Jan Grau
- See Also:
Parameter,
DataType,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterSetParser.WrongParameterTypeException
public ParameterSetParser.WrongParameterTypeException(String msg)
- Creates a new instance of a
ParameterSetParser.WrongParameterTypeException with
a given error message.
- Parameters:
msg - the error message- See Also:
ParameterException.ParameterException(String)