public final class LiveViewQuerySyntaxException extends LiveViewException
Constructor and Description |
---|
LiveViewQuerySyntaxException(int code,
String message) |
LiveViewQuerySyntaxException(LiveViewExceptionType type,
Object[] params) |
LiveViewQuerySyntaxException(LiveViewExceptionType type,
Throwable cause,
Object... params) |
getErrorCode, getErrorType
equals, getParams, hashCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LiveViewQuerySyntaxException(LiveViewExceptionType type, Object[] params)
public LiveViewQuerySyntaxException(LiveViewExceptionType type, Throwable cause, Object... params)
public LiveViewQuerySyntaxException(int code, String message)