Class CompileException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      CompileException​(java.lang.String message, Location location)
      An infix "NYI" in the message string indicates that the compiler has a known limitation here.
      CompileException​(java.lang.String message, Location location, java.lang.Throwable cause)
      An infix "NYI" in the message string indicates that the compiler has a known limitation here.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CompileException

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

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