|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.knime.core.node.InvalidSettingsException
public class InvalidSettingsException
This exception is thrown during load and save settings within the dialog's pane and model to indicate that the parameters set are not valid and can't be applied. This exception can be catched in order to show the problem in the settings.
NodeDialogPane
,
NodeModel
,
Serialized FormConstructor Summary | |
---|---|
InvalidSettingsException(String s)
Constructs an InvalidSettingsException with the specified
detail message. |
|
InvalidSettingsException(String msg,
Throwable cause)
Constructs an InvalidSettingsException with the specified
detail message and a cause. |
|
InvalidSettingsException(Throwable cause)
Constructs an InvalidSettingsException with the specified
cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidSettingsException(String s)
InvalidSettingsException
with the specified
detail message. Use a helpful message here as it will be displayed to the
user, and it is the only hint ones understands to actual the problem.
s
- the detail message.public InvalidSettingsException(Throwable cause)
InvalidSettingsException
with the specified
cause.
cause
- the original cause of the execptionpublic InvalidSettingsException(String msg, Throwable cause)
InvalidSettingsException
with the specified
detail message and a cause. Use a helpful message here as it will be
displayed to the user, and it is the only hint ones understands to actual
the problem.
msg
- the detail messagecause
- the root cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |