Class JctIllegalInputException

All Implemented Interfaces:
Serializable

public final class JctIllegalInputException extends JctException
Exception raised if an illegal input is provided to a method.
Since:
1.1.0
Author:
Ashley Scopes
See Also:
  • Constructor Details

    • JctIllegalInputException

      Initialise the exception.
      Parameters:
      message - the message to report.
    • JctIllegalInputException

      Initialise the exception with a cause.
      Parameters:
      message - the message to report.
      cause - the cause of the exception (or null if no cause exists).