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 © 2006–2023 The Apache Software Foundation. All rights reserved.