Class UnsupportedQueryResultFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.query.resultio.UnsupportedQueryResultFormatException
- All Implemented Interfaces:
 Serializable
A Runtime exception indicating that a specific query result format is not supported.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreates a new UnsupportedRDFormatException.UnsupportedQueryResultFormatException(String msg, Throwable cause) Creates a new UnsupportedRDFormatException wrapping another exception.Creates a new UnsupportedRDFormatException. - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UnsupportedQueryResultFormatException
Creates a new UnsupportedRDFormatException.- Parameters:
 msg- An error message.
 - 
UnsupportedQueryResultFormatException
Creates a new UnsupportedRDFormatException.- Parameters:
 cause- The cause of the exception.
 - 
UnsupportedQueryResultFormatException
 
 -