Uses of Class
com.ihr.xbrl.tools.excel.SheetPointException

Packages that use SheetPointException
com.ihr.xbrl.tools.excel Provides helper classes to work with Excel documents. 
com.rs.xbrl.instructions   
 

Uses of SheetPointException in com.ihr.xbrl.tools.excel
 

Subclasses of SheetPointException in com.ihr.xbrl.tools.excel
 class InvalidRegionException
          Exception thrown if two SheetPoints are not in the same sheet and cannot define a region
 class InvalidSheetPointException
          Generated when the sheet point text string cannot be properly parsed to a cell reference
 class SheetPointAccessException
          Generated when the cell pointed to by the SheetPoint cannot be referenced because the cell does not exists or any other problem with the cell content
 

Uses of SheetPointException in com.rs.xbrl.instructions
 

Constructors in com.rs.xbrl.instructions that throw SheetPointException
FLQnameXpathTable(SheetPoint sp, GenerationContext gc, boolean bIsConcept, boolean bAcceptsTable, boolean bAcceptsMember)