com.hp.hpl.jena.shared
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.shared.ConfigException
All Implemented Interfaces:
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.

Author:
Jeremy J. Carroll
See Also:
Serialized Form

Constructor Summary
ConfigException()
           
ConfigException(String message)
           
ConfigException(String message, Throwable cause)
           
ConfigException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String message)
Parameters:
message -

ConfigException

public ConfigException()

ConfigException

public ConfigException(Throwable cause)
Parameters:
cause -

ConfigException

public ConfigException(String message,
                       Throwable cause)
Parameters:
message -
cause -


Licenced under the Apache License, Version 2.0