Package com.sun.javatest
Class InterviewParameters.TestSuiteFault
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.interview.Interview.Fault
-
- com.sun.javatest.InterviewParameters.TestSuiteFault
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- InterviewParameters
public static class InterviewParameters.TestSuiteFault extends Interview.Fault
Indicates problems when accessing the test suite.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestSuiteFault(java.util.ResourceBundle i18n, java.lang.String s)
Create a fault with an internationalized message.TestSuiteFault(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object o)
Create a fault with an internationalized message.TestSuiteFault(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
Create a fault with an internationalized message.
-
-
-
Constructor Detail
-
TestSuiteFault
public TestSuiteFault(java.util.ResourceBundle i18n, java.lang.String s)
Create a fault with an internationalized message.- Parameters:
i18n
- The bundle from which to get the string.s
- The key for getting the string to be displayed from the supplied bundle.
-
TestSuiteFault
public TestSuiteFault(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object o)
Create a fault with an internationalized message.- Parameters:
i18n
- The bundle from which to get the string.s
- The key for getting the string to be displayed from the supplied bundle.o
- Parameter to use when resolving the string from the bundle.- See Also:
MessageFormat
-
TestSuiteFault
public TestSuiteFault(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
Create a fault with an internationalized message.- Parameters:
i18n
- The bundle from which to get the string.s
- The key for getting the string to be displayed from the supplied bundle.o
- Parameters to use when resolving the string from the bundle.- See Also:
MessageFormat
-
-