org.apache.uima.tools.jcasgen
Interface IError

All Known Implementing Classes:
GuiErrorImpl, LogThrowErrorImpl

public interface IError


Field Summary
static int ERROR
           
static int INFO
           
static int WARN
           
 
Method Summary
 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
Method Detail

newError

void newError(int Severity,
              java.lang.String message,
              java.lang.Exception e)


Copyright © 2013. All Rights Reserved.