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

public static class QueryIteratorCheck.OpenIteratorException extends RuntimeException
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 by QueryIteratorBase.close().
  • Constructor Details

    • OpenIteratorException

      public OpenIteratorException()
    • OpenIteratorException

      public OpenIteratorException(Throwable cause)
    • OpenIteratorException

      public OpenIteratorException(String msg)
    • OpenIteratorException

      public OpenIteratorException(String msg, Throwable cause)