Package org.eclipse.rdf4j
Class OpenRDFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.OpenRDFException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RDF4JException
@Deprecated public abstract class OpenRDFException extends RuntimeException
Deprecated.useRDF4JException
instead.abstract superclass of all OpenRDF Sesame exceptions- Author:
- Jeen Broekstra
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OpenRDFException()
Deprecated.protected
OpenRDFException(String msg)
Deprecated.protected
OpenRDFException(String msg, Throwable t)
Deprecated.protected
OpenRDFException(Throwable t)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-