public final class QueryError
extends java.lang.Error
QueryException, used for throwing those out of
methods whose interface doesn't allow it.| Constructor and Description |
|---|
QueryError(QueryException qe)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace() |
QueryException |
wrapped()
Getter for the wrapped exception.
|
public QueryError(QueryException qe)
qe - query exception to wrappublic QueryException wrapped()
public java.lang.Throwable fillInStackTrace()
fillInStackTrace in class java.lang.Throwable