Package javax.help
Class InvalidHelpSetContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.help.InvalidHelpSetContextException
- All Implemented Interfaces:
Serializable
The HelpSet is not a (transitive) sub-HelpSet of some context HelpSet.
For example, setting an ID to a HelpModel.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidHelpSetContextException
(String msg, HelpSet context, HelpSet hs) Create the exception. -
Method Summary
Modifier and TypeMethodDescriptionGet the context HelpSetGet the offending HelpSetMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidHelpSetContextException
Create the exception. All parameters accept null values.- Parameters:
msg
- The message. If msg is null it is the same as if no detailed message was specified.
-
-
Method Details
-
getContext
Get the context HelpSet -
getHelpSet
Get the offending HelpSet
-