public class BadIDException
extends java.lang.IllegalArgumentException
Constructor | Description |
---|---|
BadIDException(java.lang.String msg,
Map map,
java.lang.String id,
HelpSet hs) |
Create the exception.
|
Modifier and Type | Method | Description |
---|---|---|
HelpSet |
getHelpSet() |
The HelpSet that wasn't found in the Map
|
java.lang.String |
getID() |
The ID that wasn't found in the Map
|
Map |
getMap() |
The HelpSet in which the ID wasn't found
|