TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.internal.execution.recorder.ui
Class RecorderUIUtility.RecorderHarnessUIException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.hyades.internal.execution.recorder.ui.RecorderUIUtility.RecorderHarnessUIException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RecorderUIUtility

public static class RecorderUIUtility.RecorderHarnessUIException
extends java.lang.Exception

exception thrown by the RecorderHarnessUIUtility class when problems occur while createing or laying out various controls.

See Also:
Serialized Form

Constructor Summary
RecorderUIUtility.RecorderHarnessUIException()
           
RecorderUIUtility.RecorderHarnessUIException(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

RecorderUIUtility.RecorderHarnessUIException

public RecorderUIUtility.RecorderHarnessUIException()

RecorderUIUtility.RecorderHarnessUIException

public RecorderUIUtility.RecorderHarnessUIException(java.lang.String message)
Parameters:
message -

TPTP 4.4.0 Testing Tools Project
Internal API Specification