com.sun.javatest
Class TestSuite.NoSuchLogFault

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

public static class TestSuite.NoSuchLogFault
extends TestSuite.Fault

See Also:
Serialized Form

Constructor Summary
TestSuite.NoSuchLogFault(I18NResourceBundle i18n, java.lang.String s, java.lang.String key)
          Create a Fault.
 
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

TestSuite.NoSuchLogFault

public TestSuite.NoSuchLogFault(I18NResourceBundle i18n,
                                java.lang.String s,
                                java.lang.String key)
Create a Fault.

Parameters:
i18n - A resource bundle in which to find the detail message.
key - The internal name of the log. MessageFormat.format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition)


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