public class ParameterCheckerTestFailureException extends RuntimeException
Constructor and Description |
---|
ParameterCheckerTestFailureException()
Constructor without arguments
|
ParameterCheckerTestFailureException(String msg)
Constructor with a message
|
ParameterCheckerTestFailureException(String msg,
Throwable cause)
Constructor with the message and the cause
|
ParameterCheckerTestFailureException(Throwable cause)
Constructor with the message and the cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParameterCheckerTestFailureException()
public ParameterCheckerTestFailureException(String msg)
msg
- The exception messagepublic ParameterCheckerTestFailureException(String msg, Throwable cause)
msg
- the messagecause
- the causepublic ParameterCheckerTestFailureException(Throwable cause)
cause
- the cause