JavaScript is disabled on your browser.
javax.servlet.jsp

Class JspException

    • Constructor Summary

      Constructors
      Constructor and Description
      JspException ()
      New exception with no message.
      JspException (java.lang.String message)
      New exception with the specified message.
      JspException (java.lang.String message, java.lang.Throwable cause)
      New exception with the specified message and cause.
      JspException (java.lang.Throwable cause)
      New exception with the specified cause.
    • Method Summary

      Methods
      Modifier and Type Method and Description
      java.lang.Throwable getRootCause ()
      Deprecated.
      use Throwable.getCause().
      • 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

      • JspException

        public JspException()
        New exception with no message.
      • JspException

        public JspException(java.lang.String message)
        New exception with the specified message.
      • JspException

        public JspException(java.lang.String message,
         java.lang.Throwable cause)
        New exception with the specified message and cause.
      • JspException

        public JspException(java.lang.Throwable cause)
        New exception with the specified cause.
    • Method Detail

      • getRootCause

        public java.lang.Throwable getRootCause()
        Deprecated. use Throwable.getCause().

AltStyle によって変換されたページ (->オリジナル) /