public class InvalidHelpSetContextException
extends java.lang.Exception
| Constructor | Description |
|---|---|
InvalidHelpSetContextException(java.lang.String msg,
HelpSet context,
HelpSet hs) |
Create the exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
HelpSet |
getContext() |
Get the context HelpSet
|
HelpSet |
getHelpSet() |
Get the offending HelpSet
|