org.drools
Class RuntimeDroolsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.