TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.collection.threadanalyzer
Class TaTimedOutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.hyades.collection.threadanalyzer.TaException
              extended byorg.eclipse.hyades.collection.threadanalyzer.TaTimedOutException
All Implemented Interfaces:
java.io.Serializable

public class TaTimedOutException
extends TaException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.hyades.collection.threadanalyzer.TaException
_e, _msg
 
Constructor Summary
TaTimedOutException(java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class org.eclipse.hyades.collection.threadanalyzer.TaException
getMessage, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaTimedOutException

public TaTimedOutException(java.lang.String msg,
                           java.lang.Exception e)

TPTP 4.2.0 Platform Project
Public API Specification