Class ContextException

All Implemented Interfaces:
Serializable

public class ContextException extends TypeCheckException
Semantic error -- a language feature is used in the wrong context. Some features, e.g. the "fact" pattern matching keyword, can only be used in a specific context, e.g. the condition part of a rule.
See Also: