Package javax.help

Class 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()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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