com.ptc.windchill.structconf
Class PartialPropagationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ptc.windchill.structconf.util.NestableException
com.ptc.windchill.structconf.StructConfManagerException
com.ptc.windchill.structconf.PropagationException
com.ptc.windchill.structconf.PartialPropagationException
- All Implemented Interfaces:
- Serializable
- public class PartialPropagationException
- extends PropagationException
Thrown if a propagation request aborts midway and
some files need to be restored from backups.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
successfullyWritten_
private HashMap successfullyWritten_
backupFiles_
private HashMap backupFiles_
PartialPropagationException
PartialPropagationException(HashMap success_map,
HashMap backup_map,
Throwable cause)
getChangedTargetFiles
public File[] getChangedTargetFiles()
- The target files that were successfully changed.
- Returns:
- non-null array of files (possible zero-length
getUnwrittenTargetFiles
public File[] getUnwrittenTargetFiles()
getBackupFileForTargetFile
public File getBackupFileForTargetFile(File target_file)