com.ptc.windchill.upgrade.directives
Class ForEachPersistentDescendant.ClassNotPersistableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.windchill.upgrade.directives.ForEachPersistentDescendant.ClassNotPersistableException
All Implemented Interfaces:
Serializable
Enclosing class:
ForEachPersistentDescendant

public class ForEachPersistentDescendant.ClassNotPersistableException
extends Exception

Thrown if you try to specify a non persistable class for the algorithm.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
private ForEachPersistentDescendant.ClassNotPersistableException(Class cls)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForEachPersistentDescendant.ClassNotPersistableException

private ForEachPersistentDescendant.ClassNotPersistableException(Class cls)