Class InvalidDataTypeException

All Implemented Interfaces:
Serializable

public class InvalidDataTypeException extends UsrException
Exception thrown if a data type is not valid for the operation being performed.
See Also:
  • Constructor Details

    • InvalidDataTypeException

      public InvalidDataTypeException()
      Constructor.
    • InvalidDataTypeException

      public InvalidDataTypeException(DataType dt)
      Constructor
      Parameters:
      dt - the data type that is invalid for the operation being performed.
    • InvalidDataTypeException

      public InvalidDataTypeException(String message)
      Constructor
      Parameters:
      message - detailed message explaining exception
    • InvalidDataTypeException

      public InvalidDataTypeException(String msg, Throwable cause)
      Construct a new InvalidDataTypeException with the given message and cause
      Parameters:
      msg - the exception message
      cause - the exception cause