TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.tptp.profiler
Class ProfilerNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.tptp.profiler.ProfilerNotAvailableException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ProfilerAPINotAvailableException

public class ProfilerNotAvailableException
extends java.lang.Exception

Thrown if required library JPIAgent can not be found. See the Profiler's documentation for details of the environment setting.

See Also:
Serialized Form

Constructor Summary
ProfilerNotAvailableException()
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfilerNotAvailableException

public ProfilerNotAvailableException()

TPTP 4.5.0 Platform Project
Public API Specification