Package javax.help
Class InvalidHelpSetContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.help.InvalidHelpSetContextException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidHelpSetContextException extends java.lang.Exception
The HelpSet is not a (transitive) sub-HelpSet of some context HelpSet. For example, setting an ID to a HelpModel.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidHelpSetContextException(java.lang.String msg, HelpSet context, HelpSet hs)
Create the exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HelpSet
getContext()
Get the context HelpSetHelpSet
getHelpSet()
Get the offending HelpSet
-