jdbreport.model
Class ReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jdbreport.model.ReportException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LoadReportException, SaveReportException

public class ReportException
extends Exception

Version:
2.0 20.01.2011
Author:
Andrey Kholmanskih
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportException

public ReportException()

ReportException

public ReportException(String message)

ReportException

public ReportException(Throwable cause)

ReportException

public ReportException(String message,
                       Throwable cause)