Class PeriodFunctionNoInterfaceException

    • Constructor Detail

      • PeriodFunctionNoInterfaceException

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

        public PeriodFunctionNoInterfaceException​(Throwable cause,
                                                  String periodFunction,
                                                  String interfaceToImplement)
        Period functions should implement the PeriodFunctionCalculator interface.
        Parameters:
        cause - The originating exception, null if this is the originating exception
        periodFunction - The name of the period function.
        interfaceToImplement - The full name of the interface to be implemented.