|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.webcenter.search.SearchException
oracle.webcenter.search.util.ContradictionException
public class ContradictionException
This class captures the exception when a contradiction happens when manipulating Modifiers within a Navigator.
| Field Summary |
|---|
| Fields inherited from class oracle.webcenter.search.SearchException |
|---|
m_exCode, m_hmRbs, m_oaParams |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class oracle.webcenter.search.SearchException |
|---|
getErrorCode, getLocalizedMessage, getLocalizedMessage, getMessage, getMessagePrivate, getParams, getResourceBundle, getResourceBundleName |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||