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.useRDF4JExceptioninstead.abstract superclass of all OpenRDF Sesame exceptions- Author:
- Jeen Broekstra
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOpenRDFException()Deprecated.protectedOpenRDFException(String msg)Deprecated.protectedOpenRDFException(String msg, Throwable t)Deprecated.protectedOpenRDFException(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
-
-