Class JspPropertyNotFoundException

All Implemented Interfaces:
Serializable

public final class JspPropertyNotFoundException extends PropertyNotFoundException
Exception thrown when a JSP property is not found.
See Also:
  • Constructor Details

    • JspPropertyNotFoundException

      public JspPropertyNotFoundException(String mark, PropertyNotFoundException e)
      Constructs an instance with the given mark and cause.
      Parameters:
      mark - The mark string
      e - The cause exception