Package net.ontopia.topicmaps.utils.rdf
Class RDFMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ontopia.utils.OntopiaRuntimeException
net.ontopia.topicmaps.utils.rdf.RDFMappingException
- All Implemented Interfaces:
Serializable
PUBLIC: Thrown when an error occurs during RDF-to-topic maps
conversion.
- Since:
- 2.0
- See Also:
-
Field Summary
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException
cause -
Constructor Summary
ConstructorsConstructorDescriptionRDFMappingException(String msg, String subject, String property) PUBLIC: Creates an exception that remembers the subject and the property of the statement that caused the error. -
Method Summary
Modifier and TypeMethodDescriptionPUBLIC: Returns the URI of the property of the statement that caused this exception, if any, and if known.PUBLIC: Returns the URI of the subject of the statement that caused this exception, if any, and if known.Methods inherited from class net.ontopia.utils.OntopiaRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
RDFMappingException
-
RDFMappingException
PUBLIC: Creates an exception that remembers the subject and the property of the statement that caused the error.- Since:
- 2.0.4
-
-
Method Details
-
getSubject
PUBLIC: Returns the URI of the subject of the statement that caused this exception, if any, and if known.- Since:
- 2.0.4
-
getProperty
PUBLIC: Returns the URI of the property of the statement that caused this exception, if any, and if known.- Since:
- 2.0.4
-