Class javax.help.InvalidHelpSetContextException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----javax.help.InvalidHelpSetContextException

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.


InvalidHelpSetContextException

public InvalidHelpSetContextException(java.lang.String msg,
                                      HelpSet context,
                                      HelpSet hs)
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.

getContext

public HelpSet getContext()
Get the context HelpSet

getHelpSet

public HelpSet getHelpSet()
Get the offending HelpSet