com.ptc.windchill.structconf
Class InvalidXconfException
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.InvalidXconfException
- All Implemented Interfaces:
- Serializable
- public class InvalidXconfException
- 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 |
|
xconfAnalysis_
private XconfAnalysis xconfAnalysis_
InvalidXconfException
InvalidXconfException(XconfAnalysis analysis)
getXconfAnalysis
public XconfAnalysis getXconfAnalysis()
getFullMessage
public String getFullMessage()
- Description copied from class:
NestableException
- A message including the messages of all causing throwables.
- Overrides:
getFullMessage
in class NestableException
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in class NestableException
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace
in class NestableException