org.huihoo.jfox.ejb.exception
Class JasperException

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

public class JasperException
extends javax.servlet.ServletException

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

Constructor Summary
JasperException()
           
JasperException(java.lang.String reason)
           
JasperException(java.lang.String reason, java.lang.Throwable exception)
          Creates a JasperException with the embedded exception and the reason for throwing a JasperException
JasperException(java.lang.Throwable exception)
          Creates a JasperException with the embedded exception
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasperException

public JasperException(java.lang.Throwable exception)
Creates a JasperException with the embedded exception

Parameters:
exception -

JasperException

public JasperException(java.lang.String reason,
                       java.lang.Throwable exception)
Creates a JasperException with the embedded exception and the reason for throwing a JasperException

Parameters:
reason -
exception -

JasperException

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

JasperException

public JasperException()