Package javax.help
Class InvalidNavigatorViewException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.help.InvalidNavigatorViewException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidNavigatorViewException extends java.lang.Exception
JHelpNavigator cannot deal with given NavigatorView.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
HelpSet
getHelpSet()
java.lang.String
getLabel()
java.util.Locale
getLocale()
java.lang.String
getName()
java.util.Hashtable
getParams()
-
-
-
Constructor Detail
-
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.
-
-
Method Detail
-
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
-
-