info.informatica.report
Class ReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ReportException()
           
ReportException(String message)
           
ReportException(String message, Throwable cause)
           
ReportException(Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportException

public ReportException()

ReportException

public ReportException(String message)

ReportException

public ReportException(String message,
                       Throwable cause)

ReportException

public ReportException(Throwable cause)