public class ContradictionException extends SearchException
m_exCode, m_hmRbs, m_oaParams| Constructor and Description |
|---|
ContradictionException(AttributePredicate newPredicate,
AttributePredicate... originalPredicates)
Constructs a ContradictionException with a new AttributePredicate and
an array of original AttributePredicate to denote that the new Predicate
caused a contradiction within the original logic.
|
getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessagePrivate, getParams, getResourceBundle, getResourceBundleNamepublic ContradictionException(AttributePredicate newPredicate, AttributePredicate... originalPredicates)
newPredicate - the new predicate that caused the ContradictionoriginalPredicates - the array of original predicates whose logic
is contradicted by the new predicate