things.testing.unit
Class TestLocalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by things.testing.unit.TestLocalException
All Implemented Interfaces:
java.io.Serializable

public class TestLocalException
extends java.lang.Exception

UNIT test internal exception, meant to allow local fails. This are lightweight and should never leave the local test. lightweight.

Version:
1.0

Version History

EPG - Initial - 10 JUN 05
 
Author:
Erich P. Gatejen
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
TestLocalException(java.lang.String msg)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

TestLocalException

public TestLocalException(java.lang.String msg)


Things.