Module org.apache.jena.arq
Class QueryIteratorCheck.OpenIteratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.sparql.engine.iterator.QueryIteratorCheck.OpenIteratorException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueryIteratorCheck
Exception to indicate open iterators. Only used for testing.
- See Also:
- Implementation Note:
- This class does not extend
QueryException
because those will be caught and handled byQueryIteratorBase.close()
.
-
Constructor Summary
ConstructorsConstructorDescriptionOpenIteratorException
(String msg, Throwable cause) OpenIteratorException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenIteratorException
public OpenIteratorException() -
OpenIteratorException
-
OpenIteratorException
-
OpenIteratorException
-