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:
- LocatedItem,- Serializable
 
 public final class LiveViewQuerySyntaxException extends LiveViewException Specific LiveViewException thrown when query syntax error occurs- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LiveViewQuerySyntaxException(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.LiveViewExceptiongetErrorCode, getErrorType
 - 
Methods inherited from class com.streambase.sb.StreamBaseExceptionasXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
LiveViewQuerySyntaxExceptionpublic LiveViewQuerySyntaxException(LiveViewExceptionType type, Object[] params) 
 - 
LiveViewQuerySyntaxExceptionpublic LiveViewQuerySyntaxException(LiveViewExceptionType type, Throwable cause, Object... params) 
 - 
LiveViewQuerySyntaxExceptionpublic LiveViewQuerySyntaxException(int code, String message)
 
- 
 
-