Uses of Class
edu.uci.isr.yancees.core.MessageParsingException

Packages that use MessageParsingException
edu.uci.isr.yancees   
 

Uses of MessageParsingException in edu.uci.isr.yancees
 

Methods in edu.uci.isr.yancees that throw MessageParsingException
 void YanceesFacade.bootstrap(java.io.File configFile)
          Initialize the client API using the provided configuration file.
 void ArchitectureManager.configureArchitecture(java.io.File fileName)
          Configures the architecture based on a configuration file.
 void ArchitectureManager.initialize(java.io.File configFile)
          Initializes the architecture based on a configuratio file
 void YanceesEvent.setDOM(org.w3c.dom.Node n)
          Changes the content of the event by providing a new XML representation for it.
 void MessageInterface.setDOM(org.w3c.dom.Node n)
           
 void GenericMessage.setDOM(org.w3c.dom.Node n)
          Changes the content of this Message object to the message tree provided.
 

Constructors in edu.uci.isr.yancees that throw MessageParsingException
GenericEvent(org.w3c.dom.Node n)
           
GenericMessage(org.w3c.dom.Node n)
           
GenericSubscription(org.w3c.dom.Node n)
           
YanceesEvent(EventInterface evi)
          Initializes this event with a generic event.