Uses of Class
org.starhope.vergil.logic.EventNotHandledException

Packages that use EventNotHandledException
org.starhope.vergil.logic   
org.starhope.vergil.net.smartFaux   
 

Uses of EventNotHandledException in org.starhope.vergil.logic
 

Methods in org.starhope.vergil.logic that throw EventNotHandledException
 void VergilEventHandler.acceptEvent(String identifier, Object... details)
          WRITEME: Document this method brpocock@star-hope.org
 

Uses of EventNotHandledException in org.starhope.vergil.net.smartFaux
 

Methods in org.starhope.vergil.net.smartFaux that throw EventNotHandledException
 void SmartFauxClient.acceptEvent(String identifier, Object... details)