Uses of Class
com.ptc.windchill.structconf.util.NestableException

Packages that use NestableException
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. 
com.ptc.windchill.structconf.xconf Parser for xconf files. 
 

Uses of NestableException in com.ptc.windchill.structconf
 

Subclasses of NestableException in com.ptc.windchill.structconf
 class InvalidXconfException
          Thrown if a propagation request aborts midway and some files need to be restored from backups.
 class PartialPropagationException
          Thrown if a propagation request aborts midway and some files need to be restored from backups.
 class PropagationActionException
          Thrown by PropagationActions if they have problems during initialization or evaluation.
 class PropagationException
           
 class StructConfManagerException
           
 class TargetFilesWriteProtectedException
          Thrown if a propagation request aborts midway and some files need to be restored from backups.
 

Uses of NestableException in com.ptc.windchill.structconf.xconf
 

Subclasses of NestableException in com.ptc.windchill.structconf.xconf
 class XconfException