org.knime.core.node
Class NotConfigurableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NotConfigurableException(String message)
          Creates a new NotConfigurableException.
NotConfigurableException(String message, Throwable cause)
          Creates a new NotConfigurableException with a given 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

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 opened
cause - 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.