Class PsyTypeCheckException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("typecheck") public class PsyTypeCheckException extends PsyErrorException
The representation of the typecheck error thrown when the operand has the type that is unexpected for the operator.
See Also:
  • Constructor Details

    • PsyTypeCheckException

      public PsyTypeCheckException()
      Constructs a new exception object with null as its detail message.
    • PsyTypeCheckException

      public PsyTypeCheckException(Throwable cause)
      Constructs a new exception object with the specified cause.
      Parameters:
      cause - the cause.