com.ptc.windchill.structconf
Class InvalidXconfException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.windchill.structconf.util.NestableException
              extended bycom.ptc.windchill.structconf.StructConfManagerException
                  extended bycom.ptc.windchill.structconf.PropagationException
                      extended bycom.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

Field Summary
private  XconfAnalysis xconfAnalysis_
           
 
Fields inherited from class com.ptc.windchill.structconf.util.NestableException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) InvalidXconfException(XconfAnalysis analysis)
           
 
Method Summary
 String getFullMessage()
          A message including the messages of all causing throwables.
 XconfAnalysis getXconfAnalysis()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class com.ptc.windchill.structconf.util.NestableException
getCause, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

xconfAnalysis_

private XconfAnalysis xconfAnalysis_
Constructor Detail

InvalidXconfException

InvalidXconfException(XconfAnalysis analysis)
Method Detail

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