Serializablepublic final class WizardValidationException extends Exception
| Constructor | Description |
|---|---|
WizardValidationException(JComponent source,
String message,
String localizedMessage) |
Creates a new exception instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getLocalizedMessage() |
|
JComponent |
getSource() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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 April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.