public class RdfConsumerException extends Exception
| Constructor and Description |
|---|
RdfConsumerException(String message) |
RdfConsumerException(String subject,
String predicate,
String object,
String graph,
Exception e) |
RdfConsumerException(String subject,
String predicate,
String literal,
String datatype,
String graph,
Exception e) |
RdfConsumerException(String subject,
String predicate,
String literal,
String language,
String direction,
String graph,
Exception e) |
RdfConsumerException(String subject,
String predicate,
String object,
String datatype,
String language,
String direction,
String graph,
Exception e) |
RdfConsumerException(String message,
Throwable e) |
RdfConsumerException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatatype() |
String |
getDirection() |
String |
getGraph() |
String |
getLanguage() |
String |
getObject() |
String |
getPredicate() |
String |
getSubject() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RdfConsumerException(String message)
public RdfConsumerException(Throwable e)
public RdfConsumerException(String subject, String predicate, String object, String graph, Exception e)
public RdfConsumerException(String subject, String predicate, String literal, String datatype, String graph, Exception e)
public RdfConsumerException(String subject, String predicate, String literal, String language, String direction, String graph, Exception e)
Copyright © 2025. All rights reserved.