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

Packages that use ParsingException
edu.uci.isr.yancees   
edu.uci.isr.yancees.server.dispatcher.elvin   
edu.uci.isr.yancees.server.dispatcher.siena   
edu.uci.isr.yancees.server.dispatcher.switcher   
 

Uses of ParsingException in edu.uci.isr.yancees
 

Methods in edu.uci.isr.yancees that throw ParsingException
 void YanceesFacade.bootstrap(java.io.File configFile)
          Initialize the client API using the provided configuration file.
static GenericMessage YanceesFacade.parseMessage(java.io.File messageFile)
          Allows users to easity parse their XML messages before sending to the APIs
static GenericEvent YanceesFacade.parseEvent(java.io.File eventFile)
          Allows users to easity parse their XML events before sending to the APIs
 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.
 void ArchitectureManager.initialize(java.io.File configFile)
          Initializes the architecture based on a configuratio file
 void ArchitectureManager.configureArchitecture(java.io.File fileName)
          Configures the architecture based on a configuration file.
 

Constructors in edu.uci.isr.yancees that throw ParsingException
YanceesEvent(org.w3c.dom.Node n)
           
GenericSubscription(org.w3c.dom.Node n)
           
GenericMessage(org.w3c.dom.Node n)
           
GenericEvent(org.w3c.dom.Node n)
           
 

Uses of ParsingException in edu.uci.isr.yancees.server.dispatcher.elvin
 

Methods in edu.uci.isr.yancees.server.dispatcher.elvin that throw ParsingException
 void OldElvinEvent.setDOM(org.w3c.dom.Node n)
          Changes current event node, parsing it.
 void ElvinSubscription.setDOM(org.w3c.dom.Node node)
          Changes the current subscription DOM tree
 void ElvinEvent.setDOM(org.w3c.dom.Node n)
          Changes current event node, parsing it.
 

Constructors in edu.uci.isr.yancees.server.dispatcher.elvin that throw ParsingException
OldElvinEvent(org.w3c.dom.Node n)
          initialized the current object using the generic event represented in the form of a DOM tree.
ElvinSubscription(org.w3c.dom.Node node)
          Initializes this object with a DOM tree to be parsed we assume here that the subscription is provided according to sienaSubscription.xsd and the node provided here corresponds to the tag.
ElvinEvent(org.w3c.dom.Node n)
          initialized the current object using the generic event represented in the form of a DOM tree.
 

Uses of ParsingException in edu.uci.isr.yancees.server.dispatcher.siena
 

Methods in edu.uci.isr.yancees.server.dispatcher.siena that throw ParsingException
 void SienaSubscription.setDOM(org.w3c.dom.Node node)
          Changes the current subscription DOM tree
 void SienaEvent.setDOM(org.w3c.dom.Node n)
          Changes current event node, parsing it.
 void OldSienaEvent.setDOM(org.w3c.dom.Node n)
          Changes current event node, parsing it.
 

Constructors in edu.uci.isr.yancees.server.dispatcher.siena that throw ParsingException
SienaSubscription(org.w3c.dom.Node node)
          Initializes this object with a DOM tree to be parsed we assume here that the subscription is provided according to sienaSubscription.xsd and the node provided here corresponds to the tag.
SienaEvent(org.w3c.dom.Node n)
          initialized the current object using the generic event represented in the form of a DOM tree.
OldSienaEvent(org.w3c.dom.Node n)
          initialized the current object using the generic event represented in the form of a DOM tree.
 

Uses of ParsingException in edu.uci.isr.yancees.server.dispatcher.switcher
 

Methods in edu.uci.isr.yancees.server.dispatcher.switcher that throw ParsingException
 void SwitcherSubscription.setDOM(org.w3c.dom.Node node)
          Changes the current subscription DOM tree
 

Constructors in edu.uci.isr.yancees.server.dispatcher.switcher that throw ParsingException
SwitcherSubscription(org.w3c.dom.Node node)
          Initializes this object with a DOM tree to be parsed we assume here that the subscription is provided according to sienaSubscription.xsd and the node provided here corresponds to the tag.