Class SPARQLExtException

    • Constructor Detail

      • SPARQLExtException

        public SPARQLExtException​(String message,
                                  Throwable cause)
        Constructs a new SPARQL-Generate Exception with the specified detail message and cause.

        Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.

        Parameters:
        message - - the message.
        cause - - the cause.
      • SPARQLExtException

        public SPARQLExtException()
        Constructs a new SPARQL-Generate Exception.
      • SPARQLExtException

        public SPARQLExtException​(Throwable cause)
        Constructs a new SPARQL-Generate Exception with the specified cause.
        Parameters:
        cause - - the cause.
      • SPARQLExtException

        public SPARQLExtException​(String message)
        Constructs a new SPARQL-Generate Exception with the specified detail message.

        Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.

        Parameters:
        message - - the message.