org.exolab.adaptx.util
public interface ErrorObserver
Version: $Revision: 3829 $ $Date: 2003-09-09 00:42:42 -0400 (Tue, 09 Sep 2003) $
Field Summary | |
---|---|
static int | FATAL |
static int | NORMAL |
static int | WARNING |
Method Summary | |
---|---|
void | receiveError(Exception exception)
Signals an error with normal level
|
void | receiveError(Exception exception, String message)
Signals an error with normal level
|
void | receiveError(Exception exception, int level)
Signals an error with the given error level
|
void | receiveError(Exception exception, String message, int level)
Signals an error with the given error level
|
void | receiveError(String message)
Signals an error with normal level
|
void | receiveError(String message, int level)
Signals an error with the given error level
|
Parameters: exception the Exception that caused the error
Parameters: exception the Exception that caused the error message an option message, used when additional information can be provided.
Parameters: exception the Exception that caused the error level the error level
Parameters: exception the Exception that caused the error message an option message, used when additional information can be provided. level the error level
Parameters: message the error message
Parameters: message the error message level the error level