Class ExportPreconditionViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.i18n.InternationalizedException
it.uniroma2.art.semanticturkey.services.core.export.ExportPreconditionViolationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NullGraphNotExportedException
,UnnamedGraphNotExportedException
Exception thrown by
Export#export(javax.servlet.http.HttpServletResponse, org.eclipse.rdf4j.model.IRI[], it.uniroma2.art.semanticturkey.services.core.export.FilteringPipeline, boolean, org.eclipse.rdf4j.rio.RDFFormat, boolean)
when export preconditions are not met: non-empty null-context or graph named via bnodes.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.uniroma2.art.semanticturkey.i18n.InternationalizedException
getLocalizedMessage, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExportPreconditionViolationException
-