Class CompilerException

All Implemented Interfaces:
Serializable

public class CompilerException extends RuntimeException
Our wrapper for an unchecked exception.
See Also:
  • Constructor Details

    • CompilerException

      public CompilerException(String reason)
    • CompilerException

      public CompilerException(String reason, Throwable cause)