public class QueryEvaluationException extends RDF4JException
| Constructor and Description | 
|---|
| QueryEvaluationException() | 
| QueryEvaluationException(String msg)Creates a new TupleQueryResultHandlerException. | 
| QueryEvaluationException(String msg,
                        Throwable cause)Creates a new TupleQueryResultHandlerException wrapping another exception. | 
| QueryEvaluationException(Throwable cause)Creates a new TupleQueryResultHandlerException wrapping another exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryEvaluationException()
public QueryEvaluationException(String msg)
msg - An error message.public QueryEvaluationException(Throwable cause)
cause - The cause of the exception.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.