|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorMessage
Interface for rendering error messages to terminal. All the visible errors shown to user must implement this interface.
Nested Class Summary | |
---|---|
static class |
ErrorMessage.ErrorLevel
|
Field Summary | |
---|---|
static ErrorMessage.ErrorLevel |
CRITICAL
Deprecated. As of 7.0, use ErrorMessage.ErrorLevel.CRITICAL instead |
static ErrorMessage.ErrorLevel |
ERROR
Deprecated. As of 7.0, use ErrorMessage.ErrorLevel.ERROR instead |
static ErrorMessage.ErrorLevel |
INFORMATION
Deprecated. As of 7.0, use ErrorMessage.ErrorLevel.INFORMATION instead |
static ErrorMessage.ErrorLevel |
SYSTEMERROR
Deprecated. As of 7.0, use ErrorMessage.ErrorLevel.SYSTEMERROR instead |
static ErrorMessage.ErrorLevel |
WARNING
Deprecated. As of 7.0, use ErrorMessage.ErrorLevel.WARNING instead |
Method Summary | |
---|---|
ErrorMessage.ErrorLevel |
getErrorLevel()
Gets the errors level. |
java.lang.String |
getFormattedHtmlMessage()
Returns the HTML formatted message to show in as the error message on the client. |
Field Detail |
---|
@Deprecated static final ErrorMessage.ErrorLevel SYSTEMERROR
ErrorMessage.ErrorLevel.SYSTEMERROR
instead @Deprecated static final ErrorMessage.ErrorLevel CRITICAL
ErrorMessage.ErrorLevel.CRITICAL
instead @Deprecated static final ErrorMessage.ErrorLevel ERROR
ErrorMessage.ErrorLevel.ERROR
instead @Deprecated static final ErrorMessage.ErrorLevel WARNING
ErrorMessage.ErrorLevel.WARNING
instead @Deprecated static final ErrorMessage.ErrorLevel INFORMATION
ErrorMessage.ErrorLevel.INFORMATION
instead Method Detail |
---|
ErrorMessage.ErrorLevel getErrorLevel()
java.lang.String getFormattedHtmlMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |