Package com.yahoo.prelude.semantics
Class RuleBaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.yahoo.prelude.semantics.RuleBaseException
-
- All Implemented Interfaces:
java.io.Serializable
public class RuleBaseException extends java.lang.RuntimeException
Thrown on rule base consistency problems- Author:
- bratseth
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleBaseException(java.lang.String message)
RuleBaseException(java.lang.String message, java.lang.Exception cause)
-