TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.collection.threadanalyzer
Class TaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.hyades.collection.threadanalyzer.TaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TaConnectorException, TaServerNotFoundException, TaTimedOutException

public class TaException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TaException()
           
TaException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 java.lang.String getMessage()
           
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaException

public TaException()

TaException

public TaException(java.lang.String msg,
                   java.lang.Exception e)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

TPTP 4.6.0 Platform Project
Public API Specification