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, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic RDFMappingException(String msg)
public String getSubject()
public String getProperty()