public class AnalyticsModelingCheckedException extends OMAGCheckedExceptionBase
AnalyticsModelingErrorCode| Constructor and Description |
|---|
AnalyticsModelingCheckedException(ExceptionMessageDefinition msg,
String className,
String actionDescription)
Constructor for exception caused within component.
|
AnalyticsModelingCheckedException(ExceptionMessageDefinition msg,
String className,
String actionDescription,
Throwable caughtError)
Constructor wrapping original external exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCause()
Helper function to provide details of the original error.
|
toStringequals, getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassName, hashCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AnalyticsModelingCheckedException(ExceptionMessageDefinition msg, String className, String actionDescription, Throwable caughtError)
msg - standard block of data related to the problem.className - where exception was thrown.actionDescription - interrupted by the exception.caughtError - original cause of the exception.public AnalyticsModelingCheckedException(ExceptionMessageDefinition msg, String className, String actionDescription)
msg - standard block of data related to the problem.className - where exception was thrown.actionDescription - interrupted by the exception.public String getErrorCause()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.