Uses of Class
com.ptc.windchill.structconf.PropagationActionException

Packages that use PropagationActionException
com.infoengine.ieinstall   
com.ptc.windchill.structconf Tools for manipulating declarative and site xconf settings, propagating xconfs into property files, updating property documentation, and locating property specifications in xconf files. 
wt.httpgw Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory
 

Uses of PropagationActionException in com.infoengine.ieinstall
 

Methods in com.infoengine.ieinstall that throw PropagationActionException
 void IePropertiesAction.evaluate(CollectedProperties collected_properties)
          Evaluate the custom propagation action.
private  String IePropertiesAction.safeGet(String property_name, CollectedProperties collected_properties)
          Retrieve the named property.
 

Constructors in com.infoengine.ieinstall that throw PropagationActionException
IePropertiesAction()
          Construct a new PropagationAction
 

Uses of PropagationActionException in com.ptc.windchill.structconf
 

Methods in com.ptc.windchill.structconf that return PropagationActionException
protected static PropagationActionException PropagationAction.newPropgationActionException(String message)
          Factory method for implementors to create new instances of the class PropagationActionException which has package protected constructors.
protected static PropagationActionException PropagationAction.newPropagationActionException(String message, Throwable cause)
          Factory method for implementors to create new instances of the class PropagationActionException which has package protected constructors.
 

Methods in com.ptc.windchill.structconf that throw PropagationActionException
private  void TargetFileContentsCollector.evaluatePropagationActions()
           
 PropagationAction PropagationActionInstantiator.instantiate()
           
abstract  void PropagationAction.evaluate(CollectedProperties collected_properties)
          Evaluate the custom action.
 

Constructors in com.ptc.windchill.structconf that throw PropagationActionException
SamplePropagationAction()
           
PropagationAction()
           
 

Uses of PropagationActionException in wt.httpgw
 

Constructors in wt.httpgw that throw PropagationActionException
ServerCodebaseUrlCleaner()