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.
3.0
Inheritance Path. java.lang.Object-> java.lang.Throwable-> java.lang.Exception-> java.lang.RuntimeException-> com.itmill.toolkit.terminal.SystemError
Parameters
message
Textual error description.
Constructor for SystemError with error message specified.
Parameters
message
Textual error description.
cause
The throwable causing the system error.
Constructor for SystemError with causing exception and error message.
Parameters
cause
The throwable causing the system error.
Constructor for SystemError with cause.
Error messages are inmodifiable and thus listeners are not needed. This method should be implemented as empty.
Parameters
the level of error as an integer.
Gets the errors level.
Error messages are inmodifiable and thus listeners are not needed. This method should be implemented as empty.
Error messages are inmodifiable and thus listeners are not needed. This method should be implemented as empty.