Class AnalyticsModelingCheckedException

All Implemented Interfaces:
Serializable

public class AnalyticsModelingCheckedException extends OMAGCheckedExceptionBase
Exception based on AnalyticsModelingErrorCode class AnalyticsModelingErrorCode
See Also:
  • Constructor Details

    • AnalyticsModelingCheckedException

      public AnalyticsModelingCheckedException(ExceptionMessageDefinition msg, String className, String actionDescription, Throwable caughtError)
      Constructor wrapping original external exception.
      Parameters:
      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.
    • AnalyticsModelingCheckedException

      public AnalyticsModelingCheckedException(ExceptionMessageDefinition msg, String className, String actionDescription)
      Constructor for exception caused within component.
      Parameters:
      msg - standard block of data related to the problem.
      className - where exception was thrown.
      actionDescription - interrupted by the exception.
  • Method Details

    • getErrorCause

      public String getErrorCause()
      Helper function to provide details of the original error.
      Returns:
      message of original exception.