com.ptc.windchill.structconf.xconf
Class XconfException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.windchill.structconf.util.NestableException
              extended bycom.ptc.windchill.structconf.xconf.XconfException
All Implemented Interfaces:
Serializable

public class XconfException
extends NestableException

See Also:
Serialized Form

Field Summary
 
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) XconfException(String message)
           
(package private) XconfException(String message, Throwable t)
           
(package private) XconfException(Throwable t)
           
 
Methods inherited from class com.ptc.windchill.structconf.util.NestableException
getCause, getFullMessage, printStackTrace, printStackTrace, 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
 

Constructor Detail

XconfException

XconfException(String message)

XconfException

XconfException(String message,
               Throwable t)

XconfException

XconfException(Throwable t)