public class UnsupportedQueryLanguageException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
UnsupportedQueryLanguageException(java.lang.String msg)
Creates a new UnsupportedRDFormatException.
|
UnsupportedQueryLanguageException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new UnsupportedRDFormatException wrapping another exception.
|
UnsupportedQueryLanguageException(java.lang.Throwable cause)
Creates a new UnsupportedRDFormatException.
|
public UnsupportedQueryLanguageException(java.lang.String msg)
msg - An error message.public UnsupportedQueryLanguageException(java.lang.Throwable cause)
cause - The cause of the exception.public UnsupportedQueryLanguageException(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.