net.sf.jasperreports.engine.fill
Class JRExpressionEvalException

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

public class JRExpressionEvalException
extends JRException

Version:
$Id: JRExpressionEvalException.java 3939 2010-08-20 09:52:00Z teodord $
Author:
Teodor Danciu ([email protected])
See Also:
Serialized Form

Constructor Summary
JRExpressionEvalException(JRExpression expr, java.lang.Throwable throwable)
           
 
Method Summary
 JRExpression getExpression()
           
 
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

JRExpressionEvalException

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

getExpression

public JRExpression getExpression()


Copyright © 2011. All Rights Reserved.