|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.nsdl.mptstore.query.RuntimeQueryException
public class RuntimeQueryException
Unchecked exception signaling a query-related error.
This exception is thrown when a QueryException
occurs
in a context where a checked exception cannot be thrown due to
interface restrictions.
Constructor Summary | |
---|---|
RuntimeQueryException(QueryException cause)
Construct a RuntimeQueryException representing the given QueryException. |
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 RuntimeQueryException(QueryException cause)
cause
- the cause, which is always a QueryException
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |