Package javax.help
Class InvalidNavigatorViewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.help.InvalidNavigatorViewException
- All Implemented Interfaces:
Serializable
JHelpNavigator cannot deal with given NavigatorView.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-
getHelpSet
- Returns:
- The helpset
-
getName
- Returns:
- The name
-
getLabel
- Returns:
- The label
-
getLocale
- Returns:
- The locale
-
getClassName
- Returns:
- The className
-
getParams
- Returns:
- The parameters
-