com.goldenhammer.test
Class TestProfileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.goldenhammer.test.TestProfileException
All Implemented Interfaces:
java.io.Serializable

public class TestProfileException
extends java.lang.Exception

This class handles exceptions for the test profile class

See Also:
Serialized Form

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

TestProfileException

public TestProfileException(java.lang.String message)
Constructor

Parameters:
message - the message for this exception