Package com.exasol

Class ExaCompilationException

  • All Implemented Interfaces:
    Serializable

    public class ExaCompilationException
    extends Exception
    This exception indicates that the compilation of a script failed, or that the script API callback functions are not correctly implemented.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExaCompilationException

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

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

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