public static class WizPrint.BadArgs
extends java.lang.Exception
Constructor and Description |
---|
WizPrint.BadArgs(java.util.ResourceBundle i18n,
java.lang.String s)
Create a Fault.
|
WizPrint.BadArgs(java.util.ResourceBundle i18n,
java.lang.String s,
java.lang.Object o)
Create a Fault.
|
WizPrint.BadArgs(java.util.ResourceBundle i18n,
java.lang.String s,
java.lang.Object[] o)
Create a Fault.
|
public WizPrint.BadArgs(java.util.ResourceBundle i18n, java.lang.String s)
i18n
- A resource bundle in which to find the detail message.s
- The key for the detail message.public WizPrint.BadArgs(java.util.ResourceBundle 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 WizPrint.BadArgs(java.util.ResourceBundle 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, 2014, Oracle and/or its affiliates. All rights reserved.