File
Doc
Category
Size
Date
Package
JspPropertyNotWritableException.java
API Doc
Apache Tomcat 6.0.14
1159
Fri Jul 20 04:20:32 BST 2007
org.apache.jasper.el
JspPropertyNotWritableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.el.ELException
javax.el.PropertyNotWritableException
public class JspPropertyNotWritableException extends PropertyNotWritableException
Fields Summary
Constructors Summary
public JspPropertyNotWritableException
(
String
mark,
PropertyNotWritableException
e)
super(mark + " " + e.getMessage(), e.getCause());
Methods Summary
Java Code Source