Package org.apache.uima.tools.jcasgen
Class GuiErrorImpl
- java.lang.Object
-
- org.apache.uima.tools.jcasgen.GuiErrorImpl
-
-
Constructor Summary
Constructors Constructor Description GuiErrorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
newError(int severity, java.lang.String message, java.lang.Exception exception)
New error.
-
-
-
Field Detail
-
sevMsg
private static java.lang.String[] sevMsg
The sev msg.
-
logLevels
private static Level[] logLevels
The log levels.
-
-