javax.help
Class BadIDException
IllegalArgumentException
javax.help.BadIDException
public class BadIDException
extends IllegalArgumentException
An ID was attempted to be created with incorrect arguments
HelpSet | getHelpSet() - The HelpSet that wasn't found in the Map
|
String | getID() - The ID that wasn't found in the Map
|
Map | getMap() - The HelpSet in which the ID wasn't found
|
BadIDException
public BadIDException(String msg,
Map map,
String id,
HelpSet hs)
Create the exception. Null values are allowed for each parameter.
msg
- A generic messagemap
- The Map in which the ID wasn't foundid
- The ID in Map that wasn't found
getHelpSet
public HelpSet getHelpSet()
The HelpSet that wasn't found in the Map
getID
public String getID()
The ID that wasn't found in the Map
getMap
public Map getMap()
The HelpSet in which the ID wasn't found