TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.collection.threadanalyzer
Class TaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Field Summary
protected  java.lang.Exception _e
           
protected  java.lang.String _msg
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_e

protected java.lang.Exception _e

_msg

protected java.lang.String _msg
Constructor Detail

TaException

public TaException()

TaException

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

printStackTrace

public void printStackTrace()

getMessage

public java.lang.String getMessage()

TPTP 4.2.0 Platform Project
Public API Specification