de.jstacs.io
Class ParameterSetParser.NotInstantiableException

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.NotInstantiableException
All Implemented Interfaces:
Serializable
Enclosing class:
ParameterSetParser

public static class ParameterSetParser.NotInstantiableException
extends ParameterException

An Exception that is thrown if an instance of some class could not be created.

Author:
Jan Grau
See Also:
Serialized Form

Constructor Summary
ParameterSetParser.NotInstantiableException(String msg)
          Creates a new instance of a ParameterSetParser.NotInstantiableException 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.NotInstantiableException

public ParameterSetParser.NotInstantiableException(String msg)
Creates a new instance of a ParameterSetParser.NotInstantiableException with a given error message.

Parameters:
msg - the error message
See Also:
ParameterException.ParameterException(String)