com.sun.interview
Class Help.Fault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.interview.Help.Fault
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Help

public static class Help.Fault
extends java.lang.Exception

An exception used to report errors while using a TestSUite object.

See Also:
Serialized Form

Constructor Summary
Help.Fault(java.util.ResourceBundle i18n, java.lang.String s)
          Create a Fault.
Help.Fault(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object o)
          Create a Fault.
Help.Fault(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object[] o)
          Create a Fault.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Help.Fault

public Help.Fault(java.util.ResourceBundle i18n,
                  java.lang.String s)
Create a Fault.

Parameters:
i18n - A resource bundle in which to find the detail message.
s - The key for the detail message.

Help.Fault

public Help.Fault(java.util.ResourceBundle i18n,
                  java.lang.String s,
                  java.lang.Object o)
Create a Fault.

Parameters:
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)

Help.Fault

public Help.Fault(java.util.ResourceBundle i18n,
                  java.lang.String s,
                  java.lang.Object[] o)
Create a Fault.

Parameters:
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, 2011, Oracle and/or its affiliates. All rights reserved.