Package com.github.joschi.jadconfig
Class ParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.joschi.jadconfig.ParameterException
- All Implemented Interfaces:
Serializable
This exception indicates an error while processing a configuration parameter.
- Author:
- jschalanda
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParameterException(String s, Throwable throwable) ParameterException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterException
public ParameterException() -
ParameterException
-
ParameterException
-
ParameterException
-