Uses of Class
org.ourgrid.peer.ui.exception.PeerUIException

Packages that use PeerUIException
org.ourgrid.peer.ui   
org.ourgrid.peer.ui.command   
 

Uses of PeerUIException in org.ourgrid.peer.ui
 

Methods in org.ourgrid.peer.ui that throw PeerUIException
 void UIManager.setLocalGums(java.util.Collection<GumSpec> gums)
           
 void PeerUIManager.setLocalGums(java.util.Collection<GumSpec> guMSpecs)
           
 void UIManager.setLocalGums(java.lang.String filename)
           
 void PeerUIManager.setLocalGums(java.lang.String descriptionFilePath)
           
 void UIManager.stopPeerService()
          Stops Peer Service
 void PeerUIManager.stopPeerService()
           
 

Uses of PeerUIException in org.ourgrid.peer.ui.command
 

Methods in org.ourgrid.peer.ui.command that throw PeerUIException
 void PeerStarterTest.testStartOurGrid()