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:
- java.io.Serializable
public class RDFMappingException
- extends OntopiaRuntimeException
PUBLIC: Thrown when an error occurs during RDF-to-topic maps
conversion.
- Since:
- 2.0
- See Also:
- Serialized Form
Constructor Summary |
RDFMappingException(java.lang.String msg)
|
RDFMappingException(java.lang.String msg,
java.lang.String subject,
java.lang.String property)
PUBLIC: Creates an exception that remembers the subject and the
property of the statement that caused the error. |
Method Summary |
java.lang.String |
getProperty()
PUBLIC: Returns the URI of the property of the statement that
caused this exception, if any, and if known. |
java.lang.String |
getSubject()
PUBLIC: Returns the URI of the subject of the statement that
caused this exception, if any, and if known. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RDFMappingException
public RDFMappingException(java.lang.String msg)
RDFMappingException
public RDFMappingException(java.lang.String msg,
java.lang.String subject,
java.lang.String property)
- PUBLIC: Creates an exception that remembers the subject and the
property of the statement that caused the error.
- Since:
- 2.0.4
getSubject
public java.lang.String 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 java.lang.String getProperty()
- PUBLIC: Returns the URI of the property of the statement that
caused this exception, if any, and if known.
- Since:
- 2.0.4
Copyright © 2000-2012 Ontopia.