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 RuntimeException
@author Mark Proctor
@author Bob McWhirter
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.