Package com.exasol

Class ExaDataTypeException

  • All Implemented Interfaces:
    Serializable

    public class ExaDataTypeException
    extends Exception
    This Exception indicates that a data type error occurred with the script input or output.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExaDataTypeException

        public ExaDataTypeException()
        Create a new instance of an ExaDataTypeException.
      • ExaDataTypeException

        public ExaDataTypeException​(String message)
        Create a new instance of an ExaDataTypeException.
        Parameters:
        message - error message
      • ExaDataTypeException

        public ExaDataTypeException​(String message,
                                    Throwable cause)
        Create a new instance of an ExaDataTypeException.
        Parameters:
        message - error message
        cause - exception causing this one
      • ExaDataTypeException

        public ExaDataTypeException​(Throwable cause)
        Create a new instance of an ExaDataTypeException.
        Parameters:
        cause - exception causing this one