|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.endeca.soleng.urlformatter.QueryBuildException
public class QueryBuildException
Indicates that an error occurred while marshaling an UrlState
into an ENEQuery object.
QueryBuilder.buildQuery(UrlState),
Serialized Form| Constructor Summary | |
|---|---|
QueryBuildException()
Constructs a QueryBuildException with no message
or cause. |
|
QueryBuildException(String pMessage)
Constructs a QueryBuildException with the specified
message. |
|
QueryBuildException(String pMessage,
Throwable pCause)
Constructs a QueryBuildException with the specified
message and cause. |
|
QueryBuildException(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 |
|---|
public QueryBuildException()
QueryBuildException with no message
or cause.
public QueryBuildException(String pMessage)
QueryBuildException with the specified
message.
pMessage - an error message.
public QueryBuildException(String pMessage,
Throwable pCause)
QueryBuildException with the specified
message and cause.
pMessage - an error message.pCause - the original exception that triggered this exception.public QueryBuildException(Throwable pCause)
QueryBuildException with the specified
cause.
pCause - the original exception that triggered this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||