Package org.openprovenance.prov.rdf
Class RdfConverterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openprovenance.prov.rdf.RdfConverterException
-
- All Implemented Interfaces:
Serializable
public class RdfConverterException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RdfConverterException(String string, IOException e)RdfConverterException(String string, org.openrdf.repository.RepositoryException e)RdfConverterException(String string, org.openrdf.rio.RDFHandlerException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RdfConverterException
public RdfConverterException(String string, IOException e)
-
RdfConverterException
public RdfConverterException(String string, org.openrdf.repository.RepositoryException e)
-
RdfConverterException
public RdfConverterException(String string, org.openrdf.rio.RDFHandlerException e)
-
-