freemarker.testcase
Class TestCaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by freemarker.testcase.TestCaseException
All Implemented Interfaces:
java.io.Serializable

public class TestCaseException
extends java.lang.Exception

Exception thrown whenever a test case fails. The error contains details about the failure.

Version:
$Id: TestCaseException.java 1009 2004-10-18 04:20:29Z run2000 $
See Also:
Serialized Form

Constructor Summary
TestCaseException()
          Creates new TestCaseException without detail message.
TestCaseException(java.lang.String msg)
          Constructs an TestCaseException with the specified detail message.
 
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
 

Constructor Detail

TestCaseException

public TestCaseException()
Creates new TestCaseException without detail message.


TestCaseException

public TestCaseException(java.lang.String msg)
Constructs an TestCaseException with the specified detail message.

Parameters:
msg - the detail message.