Package com.sun.interview
Class JavaHelpFactory.HelpNotFoundFault
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.interview.Interview.Fault
-
- com.sun.interview.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.
-