org.drools.smf
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.drools.DroolsException
                    |
                    +--org.drools.smf.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends DroolsException

Indicates an error while configuring a configurable semantic component.

Version:
$Id: ConfigurationException.java,v 1.2 2002/08/18 23:24:48 bob Exp $
Author:
bob mcwhirter
See Also:
ConfigurableObjectType, ConfigurableCondition, ConfigurableExtractor, ConfigurableConsequence, Serialized Form

Constructor Summary
ConfigurationException(java.lang.String msg)
          Construct.
ConfigurationException(java.lang.Throwable rootCause)
          Construct.
 
Methods inherited from class org.drools.DroolsException
getLocalizedMessage, getMessage, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String msg)
Construct.
Parameters:
msg - The error message.

ConfigurationException

public ConfigurationException(java.lang.Throwable rootCause)
Construct.
Parameters:
rootCause - The underlying root cause.


Copyright © 2001-2002 The Werken Company. All Rights Reserved.