public class RDFSourceException extends RuntimeException
RDFSource
This unchecked exception is used for differentiating errors in retrieving data from errors in
consuming it, which are conveyed by RDFHandlerException
.
Constructor and Description |
---|
RDFSourceException()
Creates a new instance.
|
RDFSourceException(String message)
Creates a new instance with the message specified.
|
RDFSourceException(String message,
Throwable cause)
Creates a new instance with the message and cause specified.
|
RDFSourceException(Throwable cause)
Creates a new instance with the cause specified.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RDFSourceException(@Nullable String message, @Nullable Throwable cause)
message
- the message, possibly nullcause
- the cause, possibly nullpublic RDFSourceException(@Nullable String message)
message
- the message, possibly nullpublic RDFSourceException(@Nullable Throwable cause)
cause
- the cause, possibly nullpublic RDFSourceException()
Copyright © 2015–2016 FBK-irst. All rights reserved.