org.drools.semantics.java
Class MissingDeclarationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.semantics.java.MissingDeclarationException
- All Implemented Interfaces:
- Serializable
- public class MissingDeclarationException
- extends DroolsException
Indicates an attempt to use an expression which references non-existant
Declaration
s.
- Version:
- $Id: MissingDeclarationException.java,v 1.2 2002/08/19 00:31:42 bob
Exp $
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
MissingDeclarationException
public MissingDeclarationException(String expr,
String id)
- Construct.
- Parameters:
expr
- The expression.id
- The missing declaration.
getExpression
public String getExpression()
- Retrieve the expression.
- Returns:
- The expression.
getIdentifier
public String getIdentifier()
- Retrieve the identifier.
- Returns:
- The identifier.
getMessage
public String getMessage()
- Retrieve the erorr message.
- Overrides:
getMessage
in class DroolsException
- Returns:
- The error message.
Copyright © 2001-2004 The Codehaus. All Rights Reserved.