Package org.apache.uima.tools.jcasgen
Interface IError
-
- All Known Implementing Classes:
GuiErrorImpl
,LogThrowErrorImpl
public 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)
-
-
-
Field Detail
-
ERROR
static final int ERROR
- See Also:
- Constant Field Values
-
WARN
static final int WARN
- See Also:
- Constant Field Values
-
INFO
static final int INFO
- See Also:
- Constant Field Values
-
-