com.sun.javatest.tool
public static class ToolManager.Fault extends java.lang.Exception
Constructor and Description |
---|
ToolManager.Fault(I18NResourceBundle i18n,
java.lang.String s)
Create a Fault.
|
ToolManager.Fault(I18NResourceBundle i18n,
java.lang.String s,
java.lang.Object o)
Create a Fault.
|
ToolManager.Fault(I18NResourceBundle i18n,
java.lang.String s,
java.lang.Object[] o)
Create a Fault.
|
public ToolManager.Fault(I18NResourceBundle i18n, java.lang.String s)
i18n
- A resource bundle in which to find the detail message.s
- The key for the detail message.public ToolManager.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object o)
i18n
- A resource bundle in which to find the detail message.s
- The key for the detail message.o
- An argument to be formatted with the detail message by
MessageFormat.format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition)
public ToolManager.Fault(I18NResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
i18n
- A resource bundle in which to find the detail message.s
- The key for the detail message.o
- An array of arguments to be formatted with the detail message by
MessageFormat.format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition)
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.