public class RDFHandlerException extends OpenRDFException
| Constructor and Description |
|---|
RDFHandlerException(java.lang.String msg)
Creates a new RDFHandlerException.
|
RDFHandlerException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new RDFHandlerException wrapping another exception.
|
RDFHandlerException(java.lang.Throwable cause)
Creates a new RDFHandlerException.
|
public RDFHandlerException(java.lang.String msg)
msg - An error message.public RDFHandlerException(java.lang.Throwable cause)
cause - The cause of the exception.public RDFHandlerException(java.lang.String msg,
java.lang.Throwable cause)
msg - An error message.cause - The cause of the exception.Copyright © 2001-2014 Aduna. All Rights Reserved.