Package org.imixs.archive.service.ui
Class ErrorController
java.lang.Object
org.imixs.archive.service.ui.ErrorController
- All Implemented Interfaces:
Serializable
Session Scoped CID Bean to hold the current error messages.
- Author:
- rsoika
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMessage(String message) adds an error message to the current message.voidreset()reset the current error messagevoidsetMessage(String message)
-
Constructor Details
-
ErrorController
public ErrorController()
-
-
Method Details
-
getMessage
-
setMessage
-
addMessage
adds an error message to the current message.- Parameters:
message-
-
reset
public void reset()reset the current error message
-