com.sun.javatest.lib
Class TestCases.Fault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.javatest.lib.TestCases.Fault
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TestCases

public static class TestCases.Fault
extends java.lang.Exception

Exception used to report internal errors.

See Also:
Serialized Form

Constructor Summary
TestCases.Fault(java.lang.String s)
          Construct a new Fault object that signals failure with a corresponding 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

TestCases.Fault

public TestCases.Fault(java.lang.String s)
Construct a new Fault object that signals failure with a corresponding message.

Parameters:
s - the string containing a comment


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.