Package com.sun.javatest
Class InterviewParameters.WorkDirFault
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.interview.Interview.Fault
-
- com.sun.javatest.InterviewParameters.WorkDirFault
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- InterviewParameters
public static class InterviewParameters.WorkDirFault extends Interview.Fault
Indicates problems when accessing the work directory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkDirFault(java.util.ResourceBundle i18n, java.lang.String s)
Create a fault with an internationalized message.WorkDirFault(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object o)
Create a fault with an internationalized message.WorkDirFault(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object... o)
Create a fault with an internationalized message.
-
-
-
Constructor Detail
-
WorkDirFault
public WorkDirFault(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.
-
WorkDirFault
public WorkDirFault(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
-
WorkDirFault
public WorkDirFault(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
-
-