public class UnsupportedQueryLanguageException extends RuntimeException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedQueryLanguageException(String msg)
msg
- An error message.public UnsupportedQueryLanguageException(Throwable cause)
cause
- The cause of the exception.Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.