|
||||||||||
| 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.query.TupleQueryResultHandlerException
public class TupleQueryResultHandlerException
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. If an exception is associated with the error then this exception can be wrapped in a TupleHandlerException and can later be retrieved from it when the TupleHandlerException is caught using the getCause().
| Constructor Summary | |
|---|---|
TupleQueryResultHandlerException(String msg)
Creates a new TupleQueryResultHandlerException. |
|
TupleQueryResultHandlerException(String msg,
Throwable cause)
Creates a new TupleQueryResultHandlerException wrapping another exception. |
|
TupleQueryResultHandlerException(Throwable cause)
Creates a new TupleQueryResultHandlerException wrapping another exception. |
|
| 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 TupleQueryResultHandlerException(String msg)
msg - An error message.public TupleQueryResultHandlerException(Throwable cause)
cause - The cause of the exception.
public TupleQueryResultHandlerException(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 | |||||||||