Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.webcenter.search.util
Class ContradictionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.webcenter.search.SearchException
              extended by oracle.webcenter.search.util.ContradictionException

All Implemented Interfaces:
java.io.Serializable

public class ContradictionException
extends SearchException

This class captures the exception when a contradiction happens when manipulating Modifiers within a Navigator.

Since:
11.1.1.0.0 Beta 2
See Also:
Serialized Form

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

ContradictionException

public 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.
Parameters:
newPredicate - the new predicate that caused the Contradiction
originalPredicates - the array of original predicates whose logic is contradicted by the new predicate

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.