Interface IError

All Known Implementing Classes:
EP_LogThrowErrorImpl, GuiErrorImpl, LogThrowErrorImpl, MultiPageEditor.JCasGenThrower

public interface IError
The Interface IError.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The Constant ERROR.
    static final int
    The Constant INFO.
    static final int
    The Constant WARN.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    newError(int Severity, String message, Exception e)
    New error.
  • Field Details

  • Method Details

    • newError

      void newError(int Severity, String message, Exception e)
      New error.
      Parameters:
      Severity - the severity
      message - the message
      e - the e