TPTP 4.2.0 Tracing and Profiling Tools Project
Internal API Specification

org.eclipse.tptp.trace.arm.internal.agent.trace.exceptions
Class ThreadStartException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.tptp.trace.arm.internal.agent.trace.exceptions.ThreadStartException
All Implemented Interfaces:
java.io.Serializable

public class ThreadStartException
extends java.lang.Exception

This exception class is thrown if the Thread Definition is missing from the trace.

Since:
6.0 - Sept 30, 2004
See Also:
Serialized Form

Constructor Summary
ThreadStartException(java.lang.String message)
          Constructor for Exception.
 
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

ThreadStartException

public ThreadStartException(java.lang.String message)
Constructor for Exception.

Parameters:
message - is the exception message.

TPTP 4.2.0 Tracing and Profiling Tools Project
Internal API Specification