Class Interview.BadHelpFault

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Interview

    @Deprecated
    public static class Interview.BadHelpFault
    extends Interview.Fault
    Deprecated.
    No longer used in this API, direct JavaHelp usage was removed.
    Not for use, provided for backwards binary compatibility.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BadHelpFault​(java.util.ResourceBundle i18n, java.lang.String s, java.lang.Object e)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • BadHelpFault

        public BadHelpFault​(java.util.ResourceBundle i18n,
                            java.lang.String s,
                            java.lang.Object e)
        Deprecated.