javax.help

Class InvalidNavigatorViewException


public class InvalidNavigatorViewException
extends Exception

JHelpNavigator cannot deal with given NavigatorView.

Constructor Summary

InvalidNavigatorViewException(String msg, HelpSet hs, String name, String label, Locale locale, String className, Hashtable params)
Create an exception.

Method Summary

String
getClassName()
HelpSet
getHelpSet()
String
getLabel()
Locale
getLocale()
String
getName()
Hashtable
getParams()

Constructor Details

InvalidNavigatorViewException

public InvalidNavigatorViewException(String msg,
                                     HelpSet hs,
                                     String name,
                                     String label,
                                     Locale locale,
                                     String className,
                                     Hashtable params)
Create an exception. All parameters accept null values.
Parameters:
msg - The message. If msg is null it is the same as if no detailed message was specified.

Method Details

getClassName

public String getClassName()
Returns:
The className

getHelpSet

public HelpSet getHelpSet()
Returns:
The helpset

getLabel

public String getLabel()
Returns:
The label

getLocale

public Locale getLocale()
Returns:
The locale

getName

public String getName()
Returns:
The name

getParams

public Hashtable getParams()
Returns:
The parameters