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:
java.io.Serializable
public class BadIDException extends java.lang.IllegalArgumentException
An ID was attempted to be created with incorrect arguments- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadIDException(java.lang.String msg, Map map, java.lang.String id, HelpSet hs)
Create the exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HelpSet
getHelpSet()
The HelpSet that wasn't found in the Mapjava.lang.String
getID()
The ID that wasn't found in the MapMap
getMap()
The HelpSet in which the ID wasn't found
-