Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.app.bim.parser.cobie.ParseException

  • Packages that use ParseException 
    Package Description
    psdi.app.bim.loader  
    psdi.app.bim.parser.cobie  
    • Uses of ParseException in psdi.app.bim.loader

      Methods in psdi.app.bim.loader that throw ParseException 
      Modifier and Type Method and Description
      void ModelLoaderBase.addFile(InputFile cobieFile)
      Specify the file name for a single sheet from a COBie spread sheet to loading
      protected BIMProjectParser ModelExporter.initParser() 
    • Uses of ParseException in psdi.app.bim.parser.cobie

      Subclasses of ParseException in psdi.app.bim.parser.cobie 
      Modifier and Type Class and Description
      class  CellReadException 
      Methods in psdi.app.bim.parser.cobie that throw ParseException 
      Modifier and Type Method and Description
      void BIMProjectParser.addFile(InputFile cobieFile)
      Specify the file name for a single sheet from a COBie spread sheet to loading
      java.lang.String[] UniFormatParser.buildLevelOneTree(UniFormat parentClass, java.lang.String[] values, int idx_level) 
      java.lang.String[] UniFormatParser.buildLevelThreeTree(UniFormat parentClass, java.lang.String[] values, int idx_level) 
      java.lang.String[] UniFormatParser.buildLevelTwoTree(UniFormat parentClass, java.lang.String[] values, int idx_level) 
      protected java.lang.Class CobieParser.getClass(java.lang.String className) 
      java.lang.String[] InputTokenizer.getRow() 
      protected void BIMProjectParser.load(InputFile cobieFile, java.lang.String packageName) 
      void CobieParser.parse(Parser parser, IdFactory idFactory, java.util.Hashtable parseTree, java.lang.String[] list, java.lang.String packageName, long flags) 
      java.lang.String[] UniFormatParser.parseHeaderRow(java.lang.String[] values)
      set the column index for each level
      protected OmniClass OmniClassParser.parseOmniClass() 
      java.lang.String[] OmniClassParser.parseOmniClass(OmniClass parentClass, java.lang.String[] values) 
      protected UniFormat UniFormatParser.parseUniFormat() 
      java.lang.String[] UniFormatParser.parseUniFormat(UniFormat parentClass, java.lang.String[] values)
      Parse Uniformat Exel sheet and build Uniformat Tree object structure
      java.lang.String[] UniFormatParser.validateHeaderRow(java.lang.String[] values)
      This method will check for poorly formatted header row and return the valid row for processing the header row index.
      Constructors in psdi.app.bim.parser.cobie that throw ParseException 
      Constructor and Description
      CobieParser(Parser project, java.lang.String sheetName, InputFile cobieFile) 
      XlsInputTokenizer(java.lang.String fileName, java.io.FileInputStream is) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes