|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.ext.report.ReportException
Exception that occurs when a report is procesed. Derived from ChainedException so it can contain nested exceptions.
| 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 |
public ReportException()
public ReportException(String message,
Throwable newNested)
message - The exception messagenewNested - The nested itempublic ReportException(Throwable newNested)
newNested - The nested exceptionpublic ReportException(String s)
s - The exception message
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||