Class CompilationException

All Implemented Interfaces:
Serializable

public class CompilationException extends RuntimeException
Indicates that compilation has failed.
See Also:
  • Constructor Details

    • CompilationException

      public CompilationException(List<String> messages)
      Creates a CompilationException with the given error messages.
      Parameters:
      messages - the error messages
    • CompilationException

      public CompilationException(String message)
      Creates a CompilationException with the given error message.
      Parameters:
      message - the error message
    • CompilationException

      public CompilationException(String message, Throwable e)
      Creates a CompilationException with the given error message and underlying exception.
      Parameters:
      message - the error message
      e - the underlying exception