Class JavaHelpFactory.HelpNotFoundFault

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

    public static class JavaHelpFactory.HelpNotFoundFault
    extends Interview.Fault
    This exception is thrown when a named help set cannot be found.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      The name of the help set that could not be found.
    • 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
    • Field Detail

      • name

        public final java.lang.String name
        The name of the help set that could not be found.