org.openrdf.sail.config
Class SailConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.sail.config.SailConfigException
- All Implemented Interfaces:
- Serializable
public class SailConfigException
- extends OpenRDFException
Exception indicating a sail 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 |
SailConfigException
public SailConfigException()
SailConfigException
public SailConfigException(String message)
SailConfigException
public SailConfigException(Throwable t)
SailConfigException
public SailConfigException(String message,
Throwable t)
Copyright © 2001-2009 Aduna. All Rights Reserved.