net.sf.jasperreports.engine
Class JRException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jasperreports.engine.JRException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- JRExpressionEvalException, JRScriptletException
public class JRException
- extends java.lang.Exception
General purpose JasperReports exception.
- Version:
- $Id: JRException.java,v 1.8 2005/08/22 15:44:50 ionutned Exp $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
| 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 |
JRException
public JRException(java.lang.String message)
JRException
public JRException(java.lang.Throwable e)
JRException
public JRException(java.lang.String message,
java.lang.Throwable e)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace in class java.lang.Throwable
© 2001-2005 JasperSoft Corporation www.jaspersoft.com