| java.lang.Object java.lang.Throwable java.lang.Exception org.pietschy.wizard.InvalidStateException
Method Summary | |
public boolean | isShowUser() Checks if this exception should be presented to the user. | public void | setShowUser(boolean showUser) Configures if this exception should be presented to the user. |
InvalidStateException | public InvalidStateException()(Code) | | |
InvalidStateException | public InvalidStateException(String message)(Code) | | |
InvalidStateException | public InvalidStateException(String message, boolean showUser)(Code) | | |
InvalidStateException | public InvalidStateException(String message, Throwable cause, boolean showUser)(Code) | | |
isShowUser | public boolean isShowUser()(Code) | | Checks if this exception should be presented to the user.
true to present the exception to the user, false otherwise. |
setShowUser | public void setShowUser(boolean showUser)(Code) | | Configures if this exception should be presented to the user.
Parameters: showUser - true to present the exception to the user, false otherwise. |
|
|