Package me.ramendev.expokert.exception
Class IllegalCardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ramendev.expokert.exception.IllegalCardException
- All Implemented Interfaces:
Serializable
Indicates that a
Card is illegal to exist in some form of context.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalCardException(String message) Default inherited constructor that constructs a message for the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalCardException
Default inherited constructor that constructs a message for the exception.- Parameters:
message- The message of the exception.
-