public final class WizardValidationException
extends java.lang.Exception
| Constructor | Description |
|---|---|
WizardValidationException(javax.swing.JComponent source,
java.lang.String message,
java.lang.String localizedMessage) |
Creates a new exception instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getLocalizedMessage() |
|
javax.swing.JComponent |
getSource() |
public WizardValidationException(javax.swing.JComponent source,
java.lang.String message,
java.lang.String localizedMessage)
source - component which should have focus to correct wrong valuesmessage - the detail messagelocalizedMessage - description notifies an user what value must be correctedpublic javax.swing.JComponent getSource()
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.ThrowableBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.