|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.rio.RDFHandlerException
public class RDFHandlerException
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().
| Constructor Summary | |
|---|---|
RDFHandlerException(String msg)
Creates a new RDFHandlerException. |
|
RDFHandlerException(String msg,
Throwable cause)
Creates a new RDFHandlerException wrapping another exception. |
|
RDFHandlerException(Throwable cause)
Creates a new RDFHandlerException. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RDFHandlerException(String msg)
msg - An error message.public RDFHandlerException(Throwable cause)
cause - The cause of the exception.
public RDFHandlerException(String msg,
Throwable cause)
msg - An error message.cause - The cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||