Class javax.help.BadIDException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.lang.RuntimeException
                            |
                            +----java.lang.IllegalArgumentException
                                    |
                                    +----javax.help.BadIDException

public class BadIDException
extends java.lang.IllegalArgumentException
An ID was attempted to be created with incorrect arguments


BadIDException

public BadIDException(java.lang.String msg,
                      Map map,
                      java.lang.String id,
                      HelpSet hs)
Create the exception. Null values are allowed for each parameter.
Parameters:
map - The Map in which the ID wasn't found
msg - A generic message
id - The ID in Map that wasn't found
See Also:
Map

getMap

public Map getMap()
The HelpSet in which the ID wasn't found

getID

public java.lang.String getID()
The ID that wasn't found in the Map

getHelpSet

public HelpSet getHelpSet()
The HelpSet that wasn't found in the Map