Package org.apache.uima.tools.jcasgen
Interface IError
-
- All Known Implementing Classes:
GuiErrorImpl
,JCasGenMojo.JCasGenErrors
,LogThrowErrorImpl
public interface IError
The Interface IError.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
newError(int Severity, java.lang.String message, java.lang.Exception e)
New error.
-
-
-
Field Detail
-
ERROR
static final int ERROR
The Constant ERROR.- See Also:
- Constant Field Values
-
WARN
static final int WARN
The Constant WARN.- See Also:
- Constant Field Values
-
INFO
static final int INFO
The Constant INFO.- See Also:
- Constant Field Values
-
-