|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openrdf.query.resultio.UnsupportedQueryResultFormatException
public class UnsupportedQueryResultFormatException
A Runtime exception indicating that a specific query result format is not supported.
| Constructor Summary | |
|---|---|
UnsupportedQueryResultFormatException(String msg)
Creates a new UnsupportedRDFormatException. |
|
UnsupportedQueryResultFormatException(String msg,
Throwable cause)
Creates a new UnsupportedRDFormatException wrapping another exception. |
|
UnsupportedQueryResultFormatException(Throwable cause)
Creates a new UnsupportedRDFormatException. |
|
| 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 UnsupportedQueryResultFormatException(String msg)
msg - An error message.public UnsupportedQueryResultFormatException(Throwable cause)
cause - The cause of the exception.
public UnsupportedQueryResultFormatException(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 | |||||||||