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, getErrorTypeequals, getParams, hashCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LiveViewQuerySyntaxException(LiveViewExceptionType type, Object[] params)
public LiveViewQuerySyntaxException(LiveViewExceptionType type, Throwable cause, Object... params)
public LiveViewQuerySyntaxException(int code,
String message)