org.openrdf.repository.http
Class HTTPQueryEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.QueryEvaluationException
                  extended by org.openrdf.repository.http.HTTPQueryEvaluationException
All Implemented Interfaces:
Serializable

public class HTTPQueryEvaluationException
extends QueryEvaluationException

Author:
Herko ter Horst
See Also:
Serialized Form

Constructor Summary
HTTPQueryEvaluationException(String msg)
           
HTTPQueryEvaluationException(String msg, Throwable cause)
           
HTTPQueryEvaluationException(Throwable cause)
           
 
Method Summary
 IOException getCauseAsIOException()
           
 MalformedQueryException getCauseAsMalformedQueryException()
           
 RepositoryException getCauseAsRepositoryException()
           
 boolean isCausedByIOException()
           
 boolean isCausedByMalformedQueryException()
           
 boolean isCausedByRepositoryException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

HTTPQueryEvaluationException

public HTTPQueryEvaluationException(String msg)
Parameters:
msg -

HTTPQueryEvaluationException

public HTTPQueryEvaluationException(String msg,
                                    Throwable cause)
Parameters:
msg -
cause -

HTTPQueryEvaluationException

public HTTPQueryEvaluationException(Throwable cause)
Parameters:
cause -
Method Detail

isCausedByIOException

public boolean isCausedByIOException()

isCausedByRepositoryException

public boolean isCausedByRepositoryException()

isCausedByMalformedQueryException

public boolean isCausedByMalformedQueryException()

getCauseAsIOException

public IOException getCauseAsIOException()

getCauseAsRepositoryException

public RepositoryException getCauseAsRepositoryException()

getCauseAsMalformedQueryException

public MalformedQueryException getCauseAsMalformedQueryException()


Copyright © 2001-2008 Aduna. All Rights Reserved.