Uses of Class
wt.part.LineNumberUsageException

Packages that use LineNumberUsageException
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
 

Uses of LineNumberUsageException in wt.part
 

Methods in wt.part that throw LineNumberUsageException
 Enumeration WTPartServiceFwd.retrieveBomInformation(WTPart part)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] WTPartServiceFwd.retrieveBomDifferences(WTPart currentPart, WTPart previousPart)
          Compares the bill of material of the current WTPart with a previous WTPart.
 Enumeration WTPartServiceFwd.retrieveBomInformation(WTPart part, boolean ignoreLineNumbers)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] WTPartServiceFwd.retrieveBomDifferences(WTPart currentPart, WTPart previousPart, boolean ignoreLineNumbers)
          Compares the bill of material of the current WTPart with a previous WTPart.
 Enumeration WTPartService.retrieveBomInformation(WTPart part)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] WTPartService.retrieveBomDifferences(WTPart currentPart, WTPart previousPart)
          Compares the bill of material of the current WTPart with a previous WTPart.
 Enumeration WTPartService.retrieveBomInformation(WTPart part, boolean ignoreLineNumbers)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] WTPartService.retrieveBomDifferences(WTPart currentPart, WTPart previousPart, boolean ignoreLineNumbers)
          Compares the bill of material of the current WTPart with a previous WTPart.
 Enumeration StandardWTPartService.retrieveBomInformation(WTPart part)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] StandardWTPartService.retrieveBomDifferences(WTPart currentPart, WTPart previousPart)
          Compares the bill of material of the current WTPart with a previous WTPart.
 Enumeration StandardWTPartService.retrieveBomInformation(WTPart part, boolean ignoreLineNumbers)
          Returns an Enumeration of PartUsageInfo objects given a WTPart.
 Enumeration[] StandardWTPartService.retrieveBomDifferences(WTPart currentPart, WTPart previousPart, boolean ignoreLineNumbers)
          Compares the bill of material of the current WTPart with a previous WTPart.
protected static Hashtable PartUsageInfo.buildHashtable(WTPart part, boolean ignoreLineNumbers)