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