Java URL Optimization API (Core API) 2.1.0

com.endeca.soleng.urlformatter
Class QueryBuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.soleng.urlformatter.QueryBuildException
All Implemented Interfaces:
java.io.Serializable

public class QueryBuildException
extends java.lang.Exception

Indicates that an error occurred while marshaling an UrlState into an ENEQuery object.

See Also:
QueryBuilder.buildQuery(UrlState), Serialized Form

Constructor Summary
QueryBuildException()
          Constructs a QueryBuildException with no message or cause.
QueryBuildException(java.lang.String pMessage)
          Constructs a QueryBuildException with the specified message.
QueryBuildException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructs a QueryBuildException with the specified message and cause.
QueryBuildException(java.lang.Throwable pCause)
          Constructs a QueryBuildException 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

QueryBuildException

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


QueryBuildException

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

Parameters:
pMessage - an error message.

QueryBuildException

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

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

QueryBuildException

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

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

Java URL Optimization API (Core API) 2.1.0

Copyright © 2010 Endeca Technologies, Inc. All Rights Reserved.
@VERSION
PRODUCT: Java URL Optimization API (Core API) (urlFormatterCore)
VERSION: 2.1.0
BUILD:   12010DEV
ARCH_OS: n/a
DATE:    2010-06-29T04:02:40-0400