public static class InterviewParameters.JTIFault extends Interview.Fault
| Constructor and Description |
|---|
JTIFault(java.util.ResourceBundle i18n,
java.lang.String s)
Create a fault with an internationalized message.
|
JTIFault(java.util.ResourceBundle i18n,
java.lang.String s,
java.lang.Object o)
Create a fault with an internationalized message.
|
JTIFault(java.util.ResourceBundle i18n,
java.lang.String s,
java.lang.Object[] o)
Create a fault with an internationalized message.
|
public JTIFault(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 JTIFault(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.MessageFormatpublic JTIFault(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.MessageFormatCopyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.