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