public class ReasonerException extends JenaException
In the future there may be a top level JenaException which this exception should extend.
| Constructor and Description |
|---|
ReasonerException(String msg)
Constructor.
|
ReasonerException(String msg,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReasonerException(String msg)
msg - a free-text message describing the problemLicenced under the Apache License, Version 2.0