TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.internal.execution.testgen.ui
Class TestgenUIUtility.TestGenUIException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.hyades.internal.execution.testgen.ui.TestgenUIUtility.TestGenUIException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TestgenUIUtility

public static class TestgenUIUtility.TestGenUIException
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
TestgenUIUtility.TestGenUIException()
           
TestgenUIUtility.TestGenUIException(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

TestgenUIUtility.TestGenUIException

public TestgenUIUtility.TestGenUIException()

TestgenUIUtility.TestGenUIException

public TestgenUIUtility.TestGenUIException(java.lang.String message)
Parameters:
message -

TPTP 4.4.0 Testing Tools Project
Internal API Specification