public interface IError
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR |
static int |
INFO |
static int |
WARN |
| Modifier and Type | Method and Description |
|---|---|
void |
newError(int Severity,
String message,
Exception e) |
static final int ERROR
static final int WARN
static final int INFO
Copyright © 2018. All rights reserved.