Package org.ametys.runtime.model.checker
Class ItemCheckerTestFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ametys.runtime.model.checker.ItemCheckerTestFailureException
- All Implemented Interfaces:
Serializable
Class handling the parameter checkers' test failures.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor without argumentsConstructor with a messageItemCheckerTestFailureException
(String msg, Throwable cause) Constructor with the message and the causeConstructor with the message and the cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ItemCheckerTestFailureException
public ItemCheckerTestFailureException()Constructor without arguments -
ItemCheckerTestFailureException
Constructor with a message- Parameters:
msg
- The exception message
-
ItemCheckerTestFailureException
Constructor with the message and the cause- Parameters:
msg
- the messagecause
- the cause
-
ItemCheckerTestFailureException
Constructor with the message and the cause- Parameters:
cause
- the cause
-