public interface IError
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR
The Constant ERROR.
|
static int |
INFO
The Constant INFO.
|
static int |
WARN
The Constant WARN.
|
| Modifier and Type | Method and Description |
|---|---|
void |
newError(int Severity,
String message,
Exception e)
New error.
|
static final int ERROR
static final int WARN
static final int INFO
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.