Class QueryExecutionFailure

  • All Implemented Interfaces:
    com.stardog.LoggedError, java.io.Serializable

    public class QueryExecutionFailure
    extends java.lang.RuntimeException
    implements com.stardog.LoggedError

    Exception for errors that occur while evaluating a query

    Note that this is intended for use only as a wrapper exception

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static QueryExecutionFailure forLoggedError​(java.lang.Throwable theError)  
      boolean isLogged()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • QueryExecutionFailure

        public QueryExecutionFailure​(java.lang.String theMessage)
      • QueryExecutionFailure

        public QueryExecutionFailure​(java.lang.Throwable theCause)
      • QueryExecutionFailure

        public QueryExecutionFailure​(java.lang.String theMessage,
                                     java.lang.Throwable theCause)
    • Method Detail

      • isLogged

        public boolean isLogged()
        Specified by:
        isLogged in interface com.stardog.LoggedError