SystemError
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. SystemError does not support HTML in error messages or stack traces. If HTML messages are required, use {@link UserError} or a custom implementation of{@link ErrorMessage}.
@author IT Mill Ltd.
@version 6.7.1
@since 3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|