org.drools.reteoo
Class ReteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.reteoo.ReteException
- All Implemented Interfaces:
- Serializable
public class ReteException
- extends DroolsException
Base exception for Rete-OO errors.
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
ReteException
public ReteException()
- Construct.
ReteException
public ReteException(Throwable rootCause)
- Construct with a root cause.
- Parameters:
rootCause
- The root cause of this exception.
Copyright © 2001-2005 The Codehaus. All Rights Reserved.