Package com.streambase.liveview.client
Class LiveViewQuerySyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.streambase.sb.StreamBaseException
com.streambase.liveview.client.LiveViewException
com.streambase.liveview.client.LiveViewQuerySyntaxException
- All Implemented Interfaces:
com.streambase.sb.util.LocatedItem
,Serializable
Specific LiveViewException thrown when query syntax error occurs
- See Also:
-
Constructor Summary
ConstructorDescriptionLiveViewQuerySyntaxException
(int code, String message) LiveViewQuerySyntaxException
(LiveViewExceptionType type, Object[] params) LiveViewQuerySyntaxException
(LiveViewExceptionType type, Throwable cause, Object... params) -
Method Summary
Methods inherited from class com.streambase.liveview.client.LiveViewException
getErrorCode, getErrorType
Methods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LiveViewQuerySyntaxException
-
LiveViewQuerySyntaxException
-
LiveViewQuerySyntaxException
-