Package com.stardog.stark.io
Class RDFHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stardog.stark.io.RDFHandlerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WritingFailed
Exception denoting something unexpected happened in an RDFHandler
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRDFHandlerException(String theMessage) RDFHandlerException(String theMessage, Throwable theCause) RDFHandlerException(Throwable theCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RDFHandlerException
-
RDFHandlerException
-
RDFHandlerException
-