Class CAValidityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.io7m.cardant.model.CAValidityException
- All Implemented Interfaces:
Serializable
An exception indicating that parameters given to a model type are invalid.
This is a more strongly-typed replacement for
IllegalArgumentException.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCAValidityException(String message) Construct an exception.CAValidityException(String message, Exception e) Construct an exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CAValidityException
Construct an exception.- Parameters:
message- The message
-
CAValidityException
-