Class ConfigException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigException
    extends JenaException
    An Exception indicating that Jena is not working because it is not correctly configured. For example, the classpath is not set up correctly for the desired functionality.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConfigException

        public ConfigException​(java.lang.String message)
        Parameters:
        message -
      • ConfigException

        public ConfigException()
      • ConfigException

        public ConfigException​(java.lang.Throwable cause)
        Parameters:
        cause -
      • ConfigException

        public ConfigException​(java.lang.String message,
                               java.lang.Throwable cause)
        Parameters:
        message -
        cause -