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