Uses of Class
wt.rule.RuleException

Packages that use RuleException
com.ptc.windchill.cadx.common.util   
wt.rule.util   
 

Uses of RuleException in com.ptc.windchill.cadx.common.util
 

Methods in com.ptc.windchill.cadx.common.util that throw RuleException
static Rule RuleUtilities.getCADDocInitRule(WTContainer container)
          Get the container based Rule for initializing the new EPMDocument object for the specified container
static Rule RuleUtilities.getPartInitRule(WTContainer container)
          Get the container based Rule for initializing the new WTPart object for the specified container
static Rule RuleUtilities.getBusinessObjectInitRule(Class objectClass, WTContainer container)
          Get the container based Rule for initializing the specified type of object for the specified container
 

Uses of RuleException in wt.rule.util
 

Methods in wt.rule.util that throw RuleException
static void XMLUtils.parseSpecification(Rule rule, ContentHandler cHandler)
          Parse the specified Rule's specification using the content handler that is provided.