Class javax.help.InvalidNavigatorViewException
java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----javax.help.InvalidNavigatorViewException
- public class InvalidNavigatorViewException- extends java.lang.Exception
JHelpNavigator cannot deal with given NavigatorView.
InvalidNavigatorViewException
public InvalidNavigatorViewException(java.lang.String msg,
                                     HelpSet hs,
                                     java.lang.String name,
                                     java.lang.String label,
                                     java.util.Locale locale,
                                     java.lang.String className,
                                     java.util.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.
 
getHelpSet
public HelpSet getHelpSet()
- 
- Returns:
- The helpset
 
getName
public java.lang.String getName()
- 
- Returns:
- The name
 
getLabel
public java.lang.String getLabel()
- 
- Returns:
- The label
 
getLocale
public java.util.Locale getLocale()
- 
- Returns:
- The locale
 
getClassName
public java.lang.String getClassName()
- 
- Returns:
- The className
 
getParams
public java.util.Hashtable getParams()
- 
- Returns:
- The parameters