public final class WizardValidationException extends Exception
| Constructor and Description |
|---|
WizardValidationException(JComponent source,
String message,
String localizedMessage)
Creates a new exception instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
JComponent |
getSource() |
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WizardValidationException(JComponent source, String message, String localizedMessage)
source - component which should have focus to correct wrong valuesmessage - the detail messagelocalizedMessage - description notifies an user what value must be correctedpublic JComponent getSource()
public String getLocalizedMessage()
getLocalizedMessage in class ThrowableBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.