Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.common.search
Class CommonSearchParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.stellent.cis.common.exception.BaseRuntimeException
                  extended by com.stellent.cis.client.api.common.search.CommonSearchParseException

All Implemented Interfaces:
java.io.Serializable

public class CommonSearchParseException
extends BaseRuntimeException

Exceptions that occur during parsing of a query in the UCPM Common API.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class com.stellent.cis.common.exception.BaseRuntimeException
m_hasMessage, m_isWrapper

 

Constructor Summary
CommonSearchParseException()
           
CommonSearchParseException(java.lang.String message)
           
CommonSearchParseException(java.lang.String message, java.lang.Throwable cause)
           
CommonSearchParseException(java.lang.Throwable cause)
           

 

Method Summary

 

Methods inherited from class com.stellent.cis.common.exception.BaseRuntimeException
getMessage, getRootCause, isWrapper

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CommonSearchParseException

public CommonSearchParseException()

CommonSearchParseException

public CommonSearchParseException(java.lang.String message)

CommonSearchParseException

public CommonSearchParseException(java.lang.String message,
                                  java.lang.Throwable cause)

CommonSearchParseException

public CommonSearchParseException(java.lang.Throwable cause)

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.