Class ELParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ELParseException
    extends ELException
    Deprecated.
    As of JSP 2.1, replaced by javax.el.ELException
    Represents a parsing error encountered while parsing an EL expression.
    Since:
    2.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ELParseException()
      Deprecated.
      Creates an ELParseException with no detail message.
      ELParseException​(java.lang.String pMessage)
      Deprecated.
      Creates an ELParseException with the provided detail 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ELParseException

        public ELParseException()
        Deprecated.
        Creates an ELParseException with no detail message.
      • ELParseException

        public ELParseException​(java.lang.String pMessage)
        Deprecated.
        Creates an ELParseException with the provided detail message.
        Parameters:
        pMessage - the detail message