public static class InterviewParameters.WorkDirFault extends Interview.Fault
Constructor and 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.
|
public WorkDirFault(java.util.ResourceBundle i18n, java.lang.String s)
i18n
- The bundle from which to get the string.s
- The key for getting the string to be displayed from the
supplied bundle.public WorkDirFault(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object o)
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.MessageFormat
public WorkDirFault(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
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.MessageFormat
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.