TPTP 4.2.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.recorder.local.appadapters
Class RecorderApplicationAdapterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.hyades.execution.recorder.local.appadapters.RecorderApplicationAdapterException
All Implemented Interfaces:
java.io.Serializable

public class RecorderApplicationAdapterException
extends java.lang.Exception

exception thrown when error conditions occur inside a RecorderApplicationAdapter

See Also:
Serialized Form

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

RecorderApplicationAdapterException

public RecorderApplicationAdapterException()

RecorderApplicationAdapterException

public RecorderApplicationAdapterException(java.lang.String message)
Parameters:
message -

TPTP 4.2.0 Testing Tools Project
Public API Specification