net.sf.jasperreports.engine
Class JRException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jasperreports.engine.JRException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataSnapshotException, JRExpressionEvalException, JRInteractiveException, JRScriptletException, JRValidationException
public class JRException
- extends Exception
General purpose JasperReports exception.
- Version:
- $Id: JRException.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JRException
public JRException(String message)
JRException
public JRException(Throwable t)
JRException
public JRException(String message,
Throwable t)
Copyright © 2012. All Rights Reserved.