junit.extensions.jfcunit
Class JFCTestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjunit.extensions.jfcunit.JFCTestException
All Implemented Interfaces:
java.io.Serializable

public class JFCTestException
extends java.lang.Exception

Exception to indicate problems relating to jfcUnit.

Author:
Matt Caswell
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
JFCTestException(java.lang.String mesg)
          Construct a new JFCTestException with a given 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

JFCTestException

public JFCTestException(java.lang.String mesg)
Construct a new JFCTestException with a given message.

Parameters:
mesg - The message for this exception


Licensed under: GNU Lesser General Public License, Ver 2.1, February 1999