Class UnsupportedQueryResultFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.query.resultio.UnsupportedQueryResultFormatException
All Implemented Interfaces:
Serializable

public class UnsupportedQueryResultFormatException extends RuntimeException
A Runtime exception indicating that a specific query result format is not supported.
See Also:
  • Constructor Details

    • UnsupportedQueryResultFormatException

      public UnsupportedQueryResultFormatException(String msg)
      Creates a new UnsupportedRDFormatException.
      Parameters:
      msg - An error message.
    • UnsupportedQueryResultFormatException

      public UnsupportedQueryResultFormatException(Throwable cause)
      Creates a new UnsupportedRDFormatException.
      Parameters:
      cause - The cause of the exception.
    • UnsupportedQueryResultFormatException

      public UnsupportedQueryResultFormatException(String msg, Throwable cause)
      Creates a new UnsupportedRDFormatException wrapping another exception.
      Parameters:
      msg - An error message.
      cause - The cause of the exception.