Package javax.help
Class BadIDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
javax.help.BadIDException
- All Implemented Interfaces:
Serializable
An ID was attempted to be created with incorrect arguments
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadIDException
(String msg, Map map, String id, HelpSet hs) Create the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadIDException
Create the exception. Null values are allowed for each parameter.- Parameters:
map
- The Map in which the ID wasn't foundmsg
- A generic messageid
- The ID in Map that wasn't found- See Also:
-
-
Method Details
-
getMap
The HelpSet in which the ID wasn't found -
getID
The ID that wasn't found in the Map -
getHelpSet
The HelpSet that wasn't found in the Map
-