public class QueryException extends Exception implements ExceptionWithHumanReadableMessage
Constructor and Description |
---|
QueryException(String message) |
QueryException(String humanReadableFormatString,
Object... args) |
QueryException(Throwable cause,
String message) |
QueryException(Throwable cause,
String humanReadableFormatString,
Object... args) |
Modifier and Type | Method and Description |
---|---|
String |
getHumanReadableErrorMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDependencyStack
public QueryException(String message)
public String getHumanReadableErrorMessage()
getHumanReadableErrorMessage
in interface ExceptionWithHumanReadableMessage