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:
Serializable
- Enclosing class:
InterviewParameters
Indicates problems when accessing the work directory.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkDirFault
(ResourceBundle i18n, String s) Create a fault with an internationalized message.WorkDirFault
(ResourceBundle i18n, String s, Object o) Create a fault with an internationalized message.WorkDirFault
(ResourceBundle i18n, String s, Object... o) Create a fault with an internationalized message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkDirFault
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
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:
-
WorkDirFault
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:
-