Package com.evolveum.midpoint.ninja.util
Class InputParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.evolveum.midpoint.ninja.util.InputParameterException
- All Implemented Interfaces:
Serializable
Exception that is thrown when action execution is in progress and input parameters combination is invalid,
e.g. when two mutually exclusive parameters are specified
Not to be used for validation of individual parameters, parameter parsing using
IParameterValidator
that happens in JCommander throws ParameterException
for that.- See Also:
-
Constructor Summary
ConstructorDescriptionInputParameterException
(String message) InputParameterException
(String message, Integer exitCode) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InputParameterException
-
InputParameterException
-
-
Method Details
-
getExitCode
-