public class InformationViewCheckedExceptionBase extends Exception
| Constructor and Description |
|---|
InformationViewCheckedExceptionBase(String reportingClassName,
String reportingActionDescription,
String reportedErrorMessage,
String reportedSystemAction,
String reportedUserAction) |
InformationViewCheckedExceptionBase(String className,
String actionDescription,
String errorMessage,
String systemAction,
String userAction,
Throwable caughtError)
This is the constructor used for creating a InformationViewCheckedException that resulted from a previous error.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getReportedCaughtException() |
String |
getReportedErrorMessage() |
String |
getReportedSystemAction() |
String |
getReportedUserAction() |
String |
getReportingActionDescription() |
String |
getReportingClassName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InformationViewCheckedExceptionBase(String reportingClassName, String reportingActionDescription, String reportedErrorMessage, String reportedSystemAction, String reportedUserAction)
reportingClassName - - name of class reporting errorreportingActionDescription - - description of function it was performing when error detectedreportedErrorMessage - - description of errorreportedSystemAction - - actions of the system as a result of the errorreportedUserAction - - instructions for correcting the errorpublic InformationViewCheckedExceptionBase(String className, String actionDescription, String errorMessage, String systemAction, String userAction, Throwable caughtError)
className - - name of class reporting erroractionDescription - - description of function it was performing when error detectederrorMessage - - description of errorsystemAction - - actions of the system as a result of the erroruserAction - - instructions for correcting the errorcaughtError - - the error that resulted in this exception.public String getReportingClassName()
public String getReportingActionDescription()
public String getReportedErrorMessage()
public String getReportedSystemAction()
public String getReportedUserAction()
public Throwable getReportedCaughtException()
Copyright © 2017–2018 ODPi. All rights reserved.