Class RioConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class RioConfigurationException
    extends RDF4JException
    A RuntimeException indicating that a specific Rio parser/writer configuration setting is not supported. A typical cause of this exception is that a system property is used to specify a default setting, for a setting that does not support this way of default specification.
    Author:
    Jeen Broekstra
    See Also:
    Serialized Form
    • Constructor Detail

      • RioConfigurationException

        public RioConfigurationException​(String message)
      • RioConfigurationException

        public RioConfigurationException​(Throwable t)
      • RioConfigurationException

        public RioConfigurationException​(String message,
                                         Throwable t)