org.openrdf.repository.http
Class HTTPQueryEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.query.QueryEvaluationException
org.openrdf.repository.http.HTTPQueryEvaluationException
- All Implemented Interfaces:
- Serializable
public class HTTPQueryEvaluationException
- extends QueryEvaluationException
- Author:
- Herko ter Horst
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HTTPQueryEvaluationException
public HTTPQueryEvaluationException(String msg)
- Parameters:
msg -
HTTPQueryEvaluationException
public HTTPQueryEvaluationException(String msg,
Throwable cause)
- Parameters:
msg - cause -
HTTPQueryEvaluationException
public HTTPQueryEvaluationException(Throwable cause)
- Parameters:
cause -
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.