Package com.sun.javatest
Class TestSuite.NoSuchLogFault
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.javatest.TestSuite.Fault
com.sun.javatest.TestSuite.NoSuchLogFault
- All Implemented Interfaces:
Serializable
- Enclosing class:
TestSuite
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchLogFault
(I18NResourceBundle i18n, String s, String key) Create a Fault. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchLogFault
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)
-