Uses of Class
com.streambase.liveview.client.NoSuchCapabilityException
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of NoSuchCapabilityException in com.streambase.liveview.client
Modifier and TypeMethodDescription<T extends LiveViewServerCapability>
TLiveViewConnection.getCapability
(Class<T> typeOfCapability) Returns the object that represents a capability of the connected server, or throws NoSuchCapabilityException if the type of capability is not supported by the server.