org.knime.core.node
Class NotConfigurableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.knime.core.node.NotConfigurableException
- All Implemented Interfaces:
- Serializable
public class NotConfigurableException
- extends Exception
This exception is thrown if a node dialog cannot be opened for various
reasons, e.g. a missing predecessor node, a missing column, ...
- Author:
- Thorsten Meinl, University of Konstanz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotConfigurableException
public NotConfigurableException(String message)
- Creates a new NotConfigurableException.
- Parameters:
message
- a meaningful message why the configuration dialog
cannot be opened
NotConfigurableException
public NotConfigurableException(String message,
Throwable cause)
- Creates a new NotConfigurableException with a given cause.
- Parameters:
message
- a meaningful message why the configuration
dialog cannot be openedcause
- The reason why the configuration failed.
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.