info.informatica.report
Class ReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
info.informatica.report.ReportException
- All Implemented Interfaces:
- Serializable
public class ReportException
- extends Exception
Base for all report Exceptions.
- Version:
- 1.01
- Author:
- amengual at informatica dot info
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReportException
public ReportException()
ReportException
public ReportException(String message)
ReportException
public ReportException(String message,
Throwable cause)
ReportException
public ReportException(Throwable cause)