JNodeOS v1.1.5 API

edu.utah.janos.tests
Class TestFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.utah.janos.tests.TestFailedException

public class TestFailedException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
TestFailedException(java.lang.String msg)
           
TestFailedException(java.lang.String msg, java.lang.Exception e)
           
TestFailedException(java.lang.String msg, Tester t)
           
TestFailedException(Tester t)
           
TestFailedException(Tester t, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestFailedException

public TestFailedException(java.lang.String msg,
                           java.lang.Exception e)

TestFailedException

public TestFailedException(java.lang.String msg)

TestFailedException

public TestFailedException(Tester t,
                           java.lang.Exception e)

TestFailedException

public TestFailedException(Tester t)

TestFailedException

public TestFailedException(java.lang.String msg,
                           Tester t)

JNodeOS v1.1.5 API

This documentation is Copyright (C) 1998-2001 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/