Class CompilationException

    • Constructor Detail

      • CompilationException

        public CompilationException()
        Creates a new instance of CompilationException without detail message.
      • CompilationException

        public CompilationException​(String msg)
        Constructs an instance of CompilationException with the specified detail message.
        Parameters:
        msg - the detail message.
      • CompilationException

        public CompilationException​(Throwable cause)
      • CompilationException

        public CompilationException​(String msg,
                                    Throwable cause)