Class CompileException

    • Constructor Detail

      • CompileException

        public CompileException​(String message,
                                @Nullable
                                Location location)
        An infix "NYI" in the message string indicates that the compiler has a known limitation here.
      • CompileException

        public CompileException​(String message,
                                @Nullable
                                Location location,
                                Throwable cause)
        An infix "NYI" in the message string indicates that the compiler has a known limitation here.