Class 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:
    Serialized Form
    • Constructor Detail

      • 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.