Class CompileException

All Implemented Interfaces:
Serializable

public class CompileException extends LocatedException
An exception that reflects an error during compilation.
See Also:
  • Constructor Details

    • CompileException

      public CompileException(String message, Location optionalLocation)
    • CompileException

      public CompileException(String message, Location optionalLocation, Throwable cause)