Class CompileException

All Implemented Interfaces:
Serializable

public class CompileException extends LocatedException
Representation of an error condition during compilation.
See Also:
  • Constructor Details

    • 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.