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