| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.millstone.base.terminal.SystemError
SystemError | public class SystemError extends RuntimeException implements ErrorMessage(Code) | | System error is a runtime exception caused by error in system. The system
error can be shown to the user as it implements ErrorMessage interface,
but contains technical information such as stack trace and exception.
author: IT Mill Ltd. version: 3.1.1 since: 3.0 |
SystemError | public SystemError(String message)(Code) | | Constructor for SystemError with error message specified.
Parameters: message - Textual error description. |
SystemError | public SystemError(String message, Throwable cause)(Code) | | Constructor for SystemError with causing exception and error message.
Parameters: message - Textual error description. Parameters: cause - The throwable causing the system error. |
SystemError | public SystemError(Throwable cause)(Code) | | Constructor for SystemError with cause.
Parameters: cause - The throwable causing the system error. |
addListener | public void addListener(RepaintRequestListener listener)(Code) | | |
getErrorLevel | final public int getErrorLevel()(Code) | | |
removeListener | public void removeListener(RepaintRequestListener listener)(Code) | | |
requestRepaint | public void requestRepaint()(Code) | | |
requestRepaintRequests | public void requestRepaintRequests()(Code) | | |
|
|
|