net.sf.jasperreports.engine.fill
Class JRExpressionEvalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.jasperreports.engine.JRException
              extended bynet.sf.jasperreports.engine.fill.JRExpressionEvalException
All Implemented Interfaces:
java.io.Serializable

public class JRExpressionEvalException
extends JRException

Version:
$Id: JRExpressionEvalException.java,v 1.8 2005/07/03 20:40:35 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Constructor Summary
JRExpressionEvalException(JRExpression expr, java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 JRExpression getExpression()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JRExpressionEvalException

public JRExpressionEvalException(JRExpression expr,
                                 java.lang.Throwable e)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class JRException

getExpression

public JRExpression getExpression()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class JRException

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class JRException

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Overrides:
printStackTrace in class JRException


© 2001-2005 JasperSoft Corporation www.jaspersoft.com