public class NotContinueWizardException extends BaseException
This exception is thrown if the wizard can not continue by any reason.
code, formatString, messageKey
Constructor and Description |
---|
NotContinueWizardException(java.lang.String message,
java.awt.Component component,
boolean displayMessage) |
NotContinueWizardException(java.lang.String message,
java.lang.Throwable cause,
java.awt.Component component) |
Modifier and Type | Method and Description |
---|---|
boolean |
displayMessage() |
java.awt.Component |
getComponent() |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
public NotContinueWizardException(java.lang.String message, java.lang.Throwable cause, java.awt.Component component)
public NotContinueWizardException(java.lang.String message, java.awt.Component component, boolean displayMessage)