|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.IllegalArgumentException | +--javax.help.BadIDException
An ID was attempted to be created with incorrect arguments
Constructor Summary | |
BadIDException(java.lang.String msg,
Map map,
java.lang.String id,
HelpSet hs)
Create the exception. |
Method Summary | |
HelpSet |
getHelpSet()
The HelpSet that wasn't found in the Map |
java.lang.String |
getID()
The ID that wasn't found in the Map |
Map |
getMap()
The HelpSet in which the ID wasn't found |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BadIDException(java.lang.String msg, Map map, java.lang.String id, HelpSet hs)
map
- The Map in which the ID wasn't foundmsg
- A generic messageid
- The ID in Map that wasn't foundMap
Method Detail |
public Map getMap()
public java.lang.String getID()
public HelpSet getHelpSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |