org.drools
Class RuntimeDroolsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.drools.RuntimeDroolsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConsequenceException, FactException, IntegrationException, RuleConstructionException, WorkItemHandlerNotFoundException

public class RuntimeDroolsException
extends RuntimeException

The base Drools exception for all internal thrown exceptions. If any exceptions are thrown during the runtime execution of Drools they are considered non-recoverable and thus thrown as Runtime exceptions all the way up to the WorkingMemory at which point they are nested inside the CheckedDroolsException for the user to decide how to respond.

See Also:
RuntimeException, Serialized Form

Constructor Summary
RuntimeDroolsException()
           
RuntimeDroolsException(String message)
           
RuntimeDroolsException(String message, Throwable cause)
           
RuntimeDroolsException(Throwable 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

RuntimeDroolsException

public RuntimeDroolsException()
See Also:
Exception.Exception()

RuntimeDroolsException

public RuntimeDroolsException(String message)
See Also:
Exception.Exception(String message)

RuntimeDroolsException

public RuntimeDroolsException(String message,
                              Throwable cause)
See Also:
Exception.Exception(String message, Throwable cause)

RuntimeDroolsException

public RuntimeDroolsException(Throwable cause)
See Also:
Exception.Exception(Throwable cause)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.