Package javax.help
Class HelpSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.help.HelpSetException
- All Implemented Interfaces:
Serializable
This exeception reports generic failures in HelpSet.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a HelpSetException with a specified detailed message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HelpSetException
Constructs a HelpSetException with a specified detailed message. A detail message is a String that describes this particular exception.
-