|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jackrabbit.ocm.exception.NestableRuntimeException
org.apache.jackrabbit.ocm.exception.ObjectContentManagerException
org.apache.jackrabbit.ocm.exception.InvalidQueryException
public class InvalidQueryException
The InvalidQuerySyntaxException is an
ObjectContentManagerException thrown if the query of the
ObjectContentManager.getObjectIterator(String, String)
is invalid. This exception actually wraps a standard JCR
javax.jcr.InvalidQueryException to make it an unchecked
exception. The cause of this exception will always be the original
InvalidQueryException and the message will always be the
original exception's message.
| Constructor Summary | |
|---|---|
InvalidQueryException(javax.jcr.query.InvalidQueryException cause)
Create an exception wrapping the given checked JCR exception |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.jackrabbit.ocm.exception.NestableRuntimeException |
|---|
getCause, getMessage, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidQueryException(javax.jcr.query.InvalidQueryException cause)
cause - The wrapped JCR InvalidQueryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||