Uses of Class
org.jivesoftware.spark.ui.ChatRoomNotFoundException

Packages that use ChatRoomNotFoundException
org.jivesoftware.spark.ui Provides support by providing all chat specific components, such as ChatRoom and ContactList. 
 

Uses of ChatRoomNotFoundException in org.jivesoftware.spark.ui
 

Methods in org.jivesoftware.spark.ui that throw ChatRoomNotFoundException
 ChatRoom ChatContainer.getActiveChatRoom()
          Returns the Active ChatRoom.
 ChatRoom ChatContainer.getChatRoom(int location)
          Returns a ChatRoom in the specified tab location.
 ChatRoom ChatContainer.getChatRoom(java.lang.String roomName)
          Returns a ChatRoom by name.