de.jstacs.io
Class ParameterSetParser.WrongParameterTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jstacs.parameters.ParameterException
              extended by 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

Constructor Summary
ParameterSetParser.WrongParameterTypeException(String msg)
          Creates a new instance of a ParameterSetParser.WrongParameterTypeException with a given error message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)