| Class | Description |
|---|---|
| DataAccessViolationPage | |
| ExpiredDataPage | |
| ExpiredSessionPage | |
| Trouble |
| Exception | Description |
|---|---|
| ClientDisconnectedException |
Thrown when output to the server's client failed with an IO Exception.
|
| DataAccessViolationException |
Use to break access on certain secured data in illegal access context.
|
| MissingParameterException | |
| MsgException |
This exception, when thrown from the DomUI framework, will cause a MsgBox to be displayed with the error
message in it.
|
| MultipleParameterException | |
| NotLoggedInException |
Thrown when access control is specified on a page but the user is not logged in.
|
| SessionInvalidException |
Thrown when code finds out the HttpSession is no (longer) valid, which can
be when we have more browser windows open and we log out in one of them.
|
| ThingyNotFoundException |
Causes a 404 error to be sent back to the browser.
|
| UIException |
Base of the exception class for user interface trouble.
|
| UIMsgException |
Special localized exception, that would be shown as MsgBox, by default.
|
| UnusableParameterException | |
| ValidationException | |
| ValidationInterruptedException |
Thrown when validation is delayed because some component needs a question answered 1st.
|
Copyright © 2017 etc.to. All rights reserved.