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, toString
public 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 Throwable