org.openrdf.repository.config
Class RepositoryConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.repository.config.RepositoryConfigException
- All Implemented Interfaces:
- Serializable
public class RepositoryConfigException
- extends OpenRDFException
Exception indicating a repository configuration problem.
- Author:
- Arjohn Kampman
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RepositoryConfigException
public RepositoryConfigException()
RepositoryConfigException
public RepositoryConfigException(String message)
RepositoryConfigException
public RepositoryConfigException(Throwable t)
RepositoryConfigException
public RepositoryConfigException(String message,
Throwable t)
Copyright © 2001-2008 Aduna. All Rights Reserved.