TPTP 4.2.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.recorder
Class RecorderException

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

public class RecorderException
extends java.lang.Exception

exception thrown at various points within the recorder harness.

See Also:
Serialized Form

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

RecorderException

public RecorderException()

RecorderException

public RecorderException(java.lang.String message)

TPTP 4.2.0 Testing Tools Project
Public API Specification