Expresso 5-6

com.jcorporate.expresso.ext.report
Class ReportException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.jcorporate.expresso.ext.report.ReportException
All Implemented Interfaces:
Serializable

public class ReportException
extends ChainedException

Exception that occurs when a report is procesed. Derived from ChainedException so it can contain nested exceptions.

Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
ReportException()
          Default constructor
ReportException(String s)
          Normal constructor with a single message
ReportException(String message, Throwable newNested)
          Constructor with a single message and a nested exception
ReportException(Throwable newNested)
          Constructor with no message and a nested exception
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getMessage, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportException

public ReportException()
Default constructor


ReportException

public ReportException(String message,
                       Throwable newNested)
Constructor with a single message and a nested exception

Parameters:
message - The exception message
newNested - The nested item

ReportException

public ReportException(Throwable newNested)
Constructor with no message and a nested exception

Parameters:
newNested - The nested exception

ReportException

public ReportException(String s)
Normal constructor with a single message

Parameters:
s - The exception message

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.