Package org.basex.query
Class QueryIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.basex.query.QueryIOException
- All Implemented Interfaces:
Serializable
This class indicates exceptions during the I/O operations of a query.
The exception contains a
QueryException, which can later be unwrapped.- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryIOException
Default constructor.- Parameters:
cause- query exception
-
-
Method Details
-
getCause
-
getCause
Returns the query exception.- Parameters:
ii- input info- Returns:
- query exception
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-
getMessage
- Overrides:
getMessagein classThrowable
-