Class QueryExecutor.ErrorCatched

java.lang.Object
xyz.cofe.sql.stream.QueryExecutor.QueryExecutorEvent
xyz.cofe.sql.stream.QueryExecutor.ErrorCatched
Enclosing class:
QueryExecutor

public static class QueryExecutor.ErrorCatched
extends QueryExecutor.QueryExecutorEvent
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.Throwable error  

    Fields inherited from class xyz.cofe.sql.stream.QueryExecutor.QueryExecutorEvent

    queryExecutor
  • Constructor Summary

    Constructors 
    Constructor Description
    ErrorCatched​(QueryExecutor qe, java.lang.Throwable error)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Throwable getError()  

    Methods inherited from class xyz.cofe.sql.stream.QueryExecutor.QueryExecutorEvent

    getQueryExecutor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • error

      protected java.lang.Throwable error
  • Constructor Details

  • Method Details

    • getError

      public java.lang.Throwable getError()