TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.tptp.profiler
Class ProfilerAPINotAvailableException

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

public class ProfilerAPINotAvailableException
extends ProfilerNotAvailableException

Thrown when an application attempts to use disabled Profiler API. To enable API see the Profiler's documentation.

See Also:
Serialized Form

Constructor Summary
ProfilerAPINotAvailableException()
           
 
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

ProfilerAPINotAvailableException

public ProfilerAPINotAvailableException()

TPTP 4.5.0 Platform Project
Public API Specification