org.basex.query
Class QueryRTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.basex.query.QueryRTException
All Implemented Interfaces:
java.io.Serializable

public final class QueryRTException
extends java.lang.RuntimeException

A runtime exception wrapping a QueryException, used for throwing those out of methods whose interface doesn't allow it.

Author:
BaseX Team 2005-12, BSD License, Leo Woerteler
See Also:
Serialized Form

Constructor Summary
QueryRTException(QueryException qe)
          Constructor.
 
Method Summary
 java.lang.Throwable fillInStackTrace()
           
 QueryException getCause()
           
 
Methods inherited from class java.lang.Throwable
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

QueryRTException

public QueryRTException(QueryException qe)
Constructor.

Parameters:
qe - query exception to wrap
Method Detail

getCause

public QueryException getCause()
Overrides:
getCause in class java.lang.Throwable

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class java.lang.Throwable