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.IllegalArgumentExceptionAn 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 HelpSetgetHelpSet()The HelpSet that wasn't found in the Mapjava.lang.StringgetID()The ID that wasn't found in the MapMapgetMap()The HelpSet in which the ID wasn't found
-