Class InvalidDataTypeException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • 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​(java.lang.String message)
        Constructor
        Parameters:
        message - detailed message explaining exception
      • InvalidDataTypeException

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