Class InterviewParameters.TestSuiteFault

All Implemented Interfaces:
Serializable
Enclosing class:
InterviewParameters

public static class InterviewParameters.TestSuiteFault extends Interview.Fault
Indicates problems when accessing the test suite.
See Also:
  • Constructor Details

    • TestSuiteFault

      public TestSuiteFault(ResourceBundle i18n, 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(ResourceBundle i18n, String s, 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:
    • TestSuiteFault

      public TestSuiteFault(ResourceBundle i18n, String s, 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: