Package org.eclipse.rdf4j.query.dawg
Class DAWGTestResultSetParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParseException
- All Implemented Interfaces:
Serializable
An exception that is thrown to indicate that the parsing of a DAWG Test Result Set graph failed due to an
incompatible or incomplete graph.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new DAWGTestResultSetParseException.DAWGTestResultSetParseException
(String msg, Throwable cause) Creates a new DAWGTestResultSetParseException wrapping another exception.Creates a new DAWGTestResultSetParseException wrapping another exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException.- Parameters:
msg
- An error message.
-
DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.- Parameters:
cause
- The cause of the exception.
-
DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.- Parameters:
msg
- An error message.cause
- The cause of the exception.
-