Content Assembler API 2.1.2

com.endeca.content
Class InvalidQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.content.ContentException
              extended by com.endeca.content.InvalidQueryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidQueryException
extends ContentException

Indicates that the specified query is invalid and cannot be executed.

Since:
1.0.0
Version:
1.0.0
See Also:
ContentQuery.execute(), Serialized Form

Constructor Summary
InvalidQueryException()
          Constructs a InvalidQueryException with no message or cause.
InvalidQueryException(java.lang.String pMessage)
          Constructs a InvalidQueryException with the specified message.
InvalidQueryException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructs a InvalidQueryException with the specified message and cause.
InvalidQueryException(java.lang.Throwable pCause)
          Constructs a InvalidQueryException with the specified cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

InvalidQueryException

public InvalidQueryException()
Constructs a InvalidQueryException with no message or cause.


InvalidQueryException

public InvalidQueryException(java.lang.String pMessage)
Constructs a InvalidQueryException with the specified message.

Parameters:
pMessage - an error message.

InvalidQueryException

public InvalidQueryException(java.lang.String pMessage,
                             java.lang.Throwable pCause)
Constructs a InvalidQueryException with the specified message and cause.

Parameters:
pMessage - an error message.
pCause - the original exception that triggered this exception.

InvalidQueryException

public InvalidQueryException(java.lang.Throwable pCause)
Constructs a InvalidQueryException with the specified cause.

Parameters:
pCause - the original exception that triggered this exception.

Content Assembler API 2.1.2

Copyright © 2012 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Content Assembler API (ContentAssemblerAPIJava)
VERSION: 2.1.2
BUILD:   54DEV
ARCH_OS: n/a
DATE:    2012-02-16T20:28:44-0500