Class JspPropertyNotWritableException

All Implemented Interfaces:
Serializable

public class JspPropertyNotWritableException extends PropertyNotWritableException
Exception thrown when a JSP property is not writable.
See Also:
  • Constructor Details

    • JspPropertyNotWritableException

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