org.apache.jasper.el
Class JspMethodNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.el.ELException
                  extended by javax.el.MethodNotFoundException
                      extended by org.apache.jasper.el.JspMethodNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class JspMethodNotFoundException
extends javax.el.MethodNotFoundException

See Also:
Serialized Form

Constructor Summary
JspMethodNotFoundException(java.lang.String mark, javax.el.MethodNotFoundException e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

JspMethodNotFoundException

public JspMethodNotFoundException(java.lang.String mark,
                                  javax.el.MethodNotFoundException e)


Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.