public static class ParameterSetParser.NotInstantiableException extends ParameterException
Exception that is thrown if an instance of some class could
not be created.| Constructor and Description |
|---|
NotInstantiableException(String msg)
Creates a new instance of a
ParameterSetParser.NotInstantiableException with a
given error message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotInstantiableException(String msg)
ParameterSetParser.NotInstantiableException with a
given error message.msg - the error messageParameterException.ParameterException(String)