Package javax.help
Class HelpSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.help.HelpSetException
-
- All Implemented Interfaces:
java.io.Serializable
public class HelpSetException extends java.lang.Exception
This exeception reports generic failures in HelpSet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HelpSetException(java.lang.String s)
Constructs a HelpSetException with a specified detailed message.
-