| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.openrdf.OpenRDFException org.openrdf.rio.RDFHandlerException
RDFHandlerException | public class RDFHandlerException extends OpenRDFException (Code) | | An exception that can be thrown by an RDFHandler when it encounters an
unrecoverable error. If an exception is associated with the error then this
exception can be wrapped in an RDFHandlerException and can later be retrieved
from it when the RDFHandlerException is catched using the
getCause().
|
RDFHandlerException | public RDFHandlerException(String msg)(Code) | | Creates a new RDFHandlerException.
Parameters: msg - An error message. |
RDFHandlerException | public RDFHandlerException(Throwable cause)(Code) | | Creates a new RDFHandlerException.
Parameters: cause - The cause of the exception. |
RDFHandlerException | public RDFHandlerException(String msg, Throwable cause)(Code) | | Creates a new RDFHandlerException wrapping another exception.
Parameters: msg - An error message. Parameters: cause - The cause of the exception. |
|
|
|