Uses of Class
rails.game.ConfigurationException

Packages that use ConfigurationException
rails.algorithms   
rails.game   
rails.game.action   
rails.game.special   
rails.game.specific._1856   
rails.game.specific._18AL   
rails.game.specific._18Kaas   
rails.util   
tools   
 

Uses of ConfigurationException in rails.algorithms
 

Methods in rails.algorithms that throw ConfigurationException
 void RevenueManager.configureFromXML(Tag tag)
           
 void RevenueBonusTemplate.configureFromXML(Tag tag)
           
 void RevenueManager.finishConfiguration(GameManagerI parent)
           
 void RevenueBonusTemplate.finishConfiguration(GameManagerI parent)
          is not used, use toRevenueBonus instead
 

Uses of ConfigurationException in rails.game
 

Methods in rails.game that throw ConfigurationException
 void MapHex.addHome(PublicCompanyI company, int cityNumber)
           
protected  void GameManager.canClassBeInstantiated(java.lang.String className)
          Check if a classname can be instantiated.
 void TrainType.configureFromXML(Tag tag)
           
 void TrainManager.configureFromXML(Tag tag)
           
 void TileManager.configureFromXML(Tag tileSetTop)
           
 void StockMarket.configureFromXML(Tag tag)
           
 void StartPacket.configureFromXML(Tag tag)
          Configure the start packet from the contents of a <StartPacket> XML element.
 void PublicCompany.configureFromXML(Tag tag)
          To configure all public companies from the <PublicCompany> XML element
 void PrivateCompany.configureFromXML(Tag tag)
           
 void PlayerManager.configureFromXML(Tag tag)
           
 void PhaseManager.configureFromXML(Tag tag)
           
 void Phase.configureFromXML(Tag tag)
           
 void MapManager.configureFromXML(Tag tag)
           
 void MapHex.configureFromXML(Tag tag)
           
 void GameManager.configureFromXML(Tag tag)
           
 void ConfigurableComponentI.configureFromXML(Tag tag)
          Instructs the component to configure itself from the provided XML element.
 void CompanyType.configureFromXML(Tag tag)
           
 void CompanyManager.configureFromXML(Tag tag)
           
 void Company.configureFromXML(Tag tag)
          Only to be called from subclasses
 void BonusToken.configureFromXML(Tag tag)
           
 void Bank.configureFromXML(Tag tag)
           
 void TileI.configureFromXML(Tag se, Tag te)
           
 void Tile.configureFromXML(Tag setTag, Tag defTag)
           
static ComponentManager ComponentManager.configureInstance(java.lang.String gameName, Tag tag, java.util.Map<java.lang.String,java.lang.String> gameOptions)
           
 CompanyI CompanyTypeI.createCompany(java.lang.String name, Tag tag)
           
 CompanyI CompanyType.createCompany(java.lang.String name, Tag tag)
           
protected  TrainI TrainType.createTrain()
           
 void TrainManager.finishConfiguration(GameManagerI gameManager)
           
 void TileManager.finishConfiguration(GameManagerI gameManager)
           
 void PublicCompany.finishConfiguration(GameManagerI gameManager)
          Final initialisation, after all XML has been processed.
 void PrivateCompany.finishConfiguration(GameManagerI gameManager)
           
 void MapManager.finishConfiguration(GameManagerI gameManager)
           
 void ConfigurableComponentI.finishConfiguration(GameManagerI parent)
          This method is intended to be called for each configurable component, to perforn any initialisation activities that require any other components to be initialised first.
 void CompanyManager.finishConfiguration(GameManagerI gameManager)
           
 void TileI.finishConfiguration(TileManager tileManager)
           
 void Tile.finishConfiguration(TileManager tileManager)
           
 void ComponentManager.finishPreparation()
           
 java.util.List<MapHex> MapManager.parseLocations(java.lang.String locationCodes)
           
 

Constructors in rails.game that throw ConfigurationException
StockSpaceType(java.lang.String name)
           
StockSpaceType(java.lang.String name, java.lang.String colour)
           
 

Uses of ConfigurationException in rails.game.action
 

Methods in rails.game.action that throw ConfigurationException
 void LayBonusToken.finishConfiguration(GameManagerI gameManager)
           
 

Uses of ConfigurationException in rails.game.special
 

Methods in rails.game.special that throw ConfigurationException
 void SpecialTrainBuy.configureFromXML(Tag tag)
           
 void SpecialTokenLay.configureFromXML(Tag tag)
           
 void SpecialTileLay.configureFromXML(Tag tag)
           
 void SpecialProperty.configureFromXML(Tag tag)
           
 void SellBonusToken.configureFromXML(Tag tag)
           
 void LocatedBonus.configureFromXML(Tag tag)
           
 void ExchangeForShare.configureFromXML(Tag tag)
           
 void SpecialTokenLay.finishConfiguration(GameManagerI gameManager)
           
 void SpecialTileLay.finishConfiguration(GameManagerI gameManager)
           
 void SpecialProperty.finishConfiguration(GameManagerI gameManager)
           
 void SellBonusToken.finishConfiguration(GameManagerI gameManager)
           
 void LocatedBonus.finishConfiguration(GameManagerI gameManager)
           
 

Uses of ConfigurationException in rails.game.specific._1856
 

Methods in rails.game.specific._1856 that throw ConfigurationException
 void PublicCompany_CGR.finishConfiguration(GameManagerI gameManager)
           
 

Uses of ConfigurationException in rails.game.specific._18AL
 

Methods in rails.game.specific._18AL that throw ConfigurationException
 void NameTrains.configureFromXML(Tag tag)
           
 void NamedTrainToken.configureFromXML(Tag tag)
           
 void NamedTrainRevenueModifier.configureFromXML(Tag tag)
           
 void NameTrains.finishConfiguration(GameManagerI gameManager)
           
 void NamedTrainToken.finishConfiguration(GameManagerI gameManager)
           
 void NamedTrainRevenueModifier.finishConfiguration(GameManagerI parent)
           
 

Uses of ConfigurationException in rails.game.specific._18Kaas
 

Methods in rails.game.specific._18Kaas that throw ConfigurationException
 void RuhrRevenueModifier.configureFromXML(Tag tag)
           
 void RuhrRevenueModifier.finishConfiguration(GameManagerI parent)
           
 

Uses of ConfigurationException in rails.util
 

Methods in rails.util that throw ConfigurationException
static Tag Tag.findTopTagInFile(java.lang.String filename, java.util.List<java.lang.String> directories, java.lang.String tagName)
          Opens and parses an xml file.
 boolean Tag.getAttributeAsBoolean(java.lang.String name)
           
 boolean Tag.getAttributeAsBoolean(java.lang.String name, boolean defaultValue)
           
 float Tag.getAttributeAsFloat(java.lang.String name)
           
 float Tag.getAttributeAsFloat(java.lang.String name, float defaultValue)
           
 int Tag.getAttributeAsInteger(java.lang.String name)
           
 int Tag.getAttributeAsInteger(java.lang.String name, int defaultValue)
           
 int[] Tag.getAttributeAsIntegerArray(java.lang.String name)
           
 int[] Tag.getAttributeAsIntegerArray(java.lang.String name, int[] defaultArray)
           
 java.lang.String Tag.getAttributeAsString(java.lang.String name)
           
 java.lang.String Tag.getAttributeAsString(java.lang.String name, java.lang.String defaultValue)
           
 java.util.Map<java.lang.String,java.lang.String> Tag.getAttributes()
           
 Tag Tag.getChild(java.lang.String tagName)
          Return the (first) child Element with a given name from an Element.
 java.util.Map<java.lang.String,java.util.List<Tag>> Tag.getChildren()
           
 java.util.List<Tag> Tag.getChildren(java.lang.String tagName)
          Return all child Elements with a given name of an Element.
 java.lang.String Tag.getText()
           
 boolean Tag.hasAttribute(java.lang.String name)
           
 boolean Tag.hasChild(java.lang.String tagName)
           
static java.awt.Color Util.parseColour(java.lang.String s)
          Parse a colour definition string.
static int Util.parseInt(java.lang.String value)
           
 

Constructors in rails.util that throw ConfigurationException
ConfigItem(Tag tag)
           
 

Uses of ConfigurationException in tools
 

Methods in tools that throw ConfigurationException
static boolean XmlUtils.extractBooleanAttribute(org.w3c.dom.NamedNodeMap nnp, java.lang.String attrName)
          Deprecated.  
static boolean XmlUtils.extractBooleanAttribute(org.w3c.dom.NamedNodeMap nnp, java.lang.String attrName, boolean defaultValue)
          Deprecated.  
static int[] XmlUtils.extractIntegerArrayAttribute(org.w3c.dom.NamedNodeMap nnp, java.lang.String attrName)
          Deprecated.  
static int XmlUtils.extractIntegerAttribute(org.w3c.dom.NamedNodeMap nnp, java.lang.String attrName)
          Deprecated.  
static int XmlUtils.extractIntegerAttribute(org.w3c.dom.NamedNodeMap nnp, java.lang.String attrName, int defaultValue)
          Deprecated.  
static org.w3c.dom.Element XmlUtils.findElementInFile(java.lang.String fileName, java.lang.String elementName)
          Opens and parses an xml file.