public class RDFMappingException extends OntopiaRuntimeException
cause
Constructor and Description |
---|
RDFMappingException(String msg) |
RDFMappingException(String msg,
String subject,
String property)
PUBLIC: Creates an exception that remembers the subject and the
property of the statement that caused the error.
|
Modifier and Type | Method and Description |
---|---|
String |
getProperty()
PUBLIC: Returns the URI of the property of the statement that
caused this exception, if any, and if known.
|
String |
getSubject()
PUBLIC: Returns the URI of the subject of the statement that
caused this exception, if any, and if known.
|
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public RDFMappingException(String msg)
public String getSubject()
public String getProperty()