|
||||||||||
| 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.UnsupportedQueryLanguageException
public class UnsupportedQueryLanguageException
A RuntimeException indicating that a specific query language is not supported. A typical cause of this exception is that the class library for the specified query language is not present in the classpath.
| Constructor Summary | |
|---|---|
UnsupportedQueryLanguageException(String msg)
Creates a new UnsupportedRDFormatException. |
|
UnsupportedQueryLanguageException(String msg,
Throwable cause)
Creates a new UnsupportedRDFormatException wrapping another exception. |
|
UnsupportedQueryLanguageException(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 UnsupportedQueryLanguageException(String msg)
msg - An error message.public UnsupportedQueryLanguageException(Throwable cause)
cause - The cause of the exception.
public UnsupportedQueryLanguageException(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 | |||||||||