public class UserRecoverableException extends UnrecoverableException
| Constructor and Description |
|---|
UserRecoverableException(java.lang.String theCaption,
java.lang.String theMessage)
Creates a user recoverable exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDisplayObject(IDisplayObject theDisplayObject)
Adds a display object to this exception.
|
IDisplayObject[] |
getDisplayObjects()
Returns all the display objects that are part of this exception.
|
addCaption, addMessage, addMessageOnTop, getCaptions, getMessagespublic UserRecoverableException(java.lang.String theCaption,
java.lang.String theMessage)
theCaption - The caption to display for this exception.theMessage - The details about the condition that caused this exception.public IDisplayObject[] getDisplayObjects()
public void addDisplayObject(IDisplayObject theDisplayObject)
theDisplayObject - The display object to be added.