org.huihoo.jfox.ejb.exception
Class ParseException

java.lang.Object
  |
  +--javax.servlet.ServletException
        |
        +--org.huihoo.jfox.ejb.exception.JasperException
              |
              +--org.huihoo.jfox.ejb.exception.ParseException

public class ParseException
extends JasperException

Version:
$0.9.0$
Author:
tai_1219@sina.com
See Also:
Serialized Form

Constructor Summary
ParseException()
           
ParseException(org.huihoo.jfox.ejb.server.deploy.jetty.Mark m, java.lang.String reason)
           
ParseException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()

ParseException

public ParseException(java.lang.String reason)
Parameters:
reason -

ParseException

public ParseException(org.huihoo.jfox.ejb.server.deploy.jetty.Mark m,
                      java.lang.String reason)
Parameters:
m -
reason -