public class ReportGenerationException extends Exception
ReportGenerator's implementations failures.| Constructor and Description |
|---|
ReportGenerationException()
Default Constructor.
|
ReportGenerationException(Exception e)
Construct with another exception.
|
ReportGenerationException(String message)
Constructor with message.
|
ReportGenerationException(String message,
Throwable cause)
Constructor with message and Throwable.
|
ReportGenerationException(Throwable cause)
Constructor with a Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReportGenerationException(Exception e)
e - exception to encapsulate as a ReportGenerationException.public ReportGenerationException()
Exception.Exception()public ReportGenerationException(String message)
message - defining the exception.Exception.Exception(String)public ReportGenerationException(String message, Throwable cause)
message - defining the exception.cause - of the exception.Exception.Exception(String, Throwable)public ReportGenerationException(Throwable cause)
cause - of the exception.Exception.Exception(Throwable)Copyright © 2015. All rights reserved.