Package javax.help

Class HelpSetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class HelpSetException
    extends java.lang.Exception
    This exeception reports generic failures in HelpSet.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HelpSetException​(java.lang.String s)
      Constructs a HelpSetException with a specified detailed message.
    • Method Summary

      • 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

      • HelpSetException

        public HelpSetException​(java.lang.String s)
        Constructs a HelpSetException with a specified detailed message. A detail message is a String that describes this particular exception.