TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.navigator
Class ProxyNeedToBeRebuiltException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.eclipse.hyades.test.ui.navigator.ProxyNeedToBeRebuiltException
All Implemented Interfaces:
java.io.Serializable

public class ProxyNeedToBeRebuiltException
extends java.lang.RuntimeException

Exception used by a persistable factory to force the rebuild of proxy node from file.

Since:
4.0
See Also:
Serialized Form

Constructor Summary
ProxyNeedToBeRebuiltException()
           
 
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

ProxyNeedToBeRebuiltException

public ProxyNeedToBeRebuiltException()

TPTP 4.3.0 Testing Tools Project
Public API Specification