Class PeriodFunctionErrorException

    • Constructor Detail

      • PeriodFunctionErrorException

        protected PeriodFunctionErrorException​(String newErrorCode,
                                               String messageFormat,
                                               Throwable cause,
                                               Object[] exceptionDataEN,
                                               Object[] exceptionData)
      • PeriodFunctionErrorException

        public PeriodFunctionErrorException​(Throwable cause,
                                            String periodFunction,
                                            String exception)
        Internal error in a period function. This is equivalent to calling PeriodFunctionErrorException(cause, periodFunction, exception, "")
        Parameters:
        cause - The originating exception, null if this is the originating exception
        periodFunction - The name of the period function.
        exception - Exception got from the period function.
      • PeriodFunctionErrorException

        public PeriodFunctionErrorException​(Throwable cause,
                                            String periodFunction,
                                            String exception,
                                            String values)
        Internal error in a period function.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        periodFunction - The name of the period function.
        exception - Exception got from the period function.
        values - String representation of a list with parameter values.