Class IllegalCardException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ramendev.expokert.exception.IllegalCardException
All Implemented Interfaces:
Serializable

public class IllegalCardException extends RuntimeException
Indicates that a Card is illegal to exist in some form of context.
See Also:
  • Constructor Details

    • IllegalCardException

      public IllegalCardException(String message)
      Default inherited constructor that constructs a message for the exception.
      Parameters:
      message - The message of the exception.