Serializable
public 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, wait
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
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.