Package org.basex.query
Class QueryRTException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.basex.query.QueryRTException
- All Implemented Interfaces:
Serializable
A runtime exception wrapping a
QueryException, used for throwing those out of
methods whose interface doesn't allow it.- Author:
- BaseX Team 2005-21, BSD License, Leo Woerteler
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryRTException
Constructor.- Parameters:
cause- query exception to wrap
-
-
Method Details
-
getCause
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-