public static class TestSuite.Fault
extends java.lang.Exception
| Constructor and Description |
|---|
TestSuite.Fault(I18NResourceBundle i18n,
java.lang.String s)
Create a Fault.
|
TestSuite.Fault(I18NResourceBundle i18n,
java.lang.String s,
java.lang.Object o)
Create a Fault.
|
TestSuite.Fault(I18NResourceBundle i18n,
java.lang.String s,
java.lang.Object[] o)
Create a Fault.
|
public TestSuite.Fault(I18NResourceBundle i18n, java.lang.String s)
i18n - A resource bundle in which to find the detail message.s - The key for the detail message.public TestSuite.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object o)
i18n - A resource bundle in which to find the detail message.s - The key for the detail message.o - An argument to be formatted with the detail message by
MessageFormat.format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition)public TestSuite.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
i18n - A resource bundle in which to find the detail message.s - The key for the detail message.o - An array of arguments to be formatted with the detail message by
MessageFormat.format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition)Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.