org.drools.smf
Class SemanticModuleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.drools.DroolsException
                    |
                    +--org.drools.smf.SemanticModuleException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchSemanticModuleException, SemanticComponentException

public class SemanticModuleException
extends DroolsException

Base for all semantic module exceptions.

Author:
bob mcwhirter
See Also:
Serialized Form

Constructor Summary
SemanticModuleException()
          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

SemanticModuleException

public SemanticModuleException()
Construct.


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