Class CompilerException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        The Constant serialVersionUID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CompilerException

        public CompilerException()
        Instantiates a new compiler exception.
      • CompilerException

        public CompilerException​(String message)
        Instantiates a new compiler exception.
        Parameters:
        message - the message
      • CompilerException

        public CompilerException​(Throwable cause)
        Instantiates a new compiler exception.
        Parameters:
        cause - the cause
      • CompilerException

        public CompilerException​(String message,
                                 Throwable cause)
        Instantiates a new compiler exception.
        Parameters:
        message - the message
        cause - the cause