Class CompilerException

    • Constructor Detail

      • CompilerException

        public CompilerException()
        Creates a new ParseException.
      • CompilerException

        public CompilerException​(String msg)
        Creates a new ParseException with the specified detail message.
        Parameters:
        msg - the exception's detail message
      • CompilerException

        public CompilerException​(Throwable initCause)
        Creates a new ParseException with the specified cause.
        Parameters:
        initCause - the exception's initCause
      • CompilerException

        public CompilerException​(String msg,
                                 Throwable initCause)
        Creates a new ParseException with the specified detail message and cause.
        Parameters:
        msg - the exception's detail message
        initCause - the exception's initCause