Class LogRuntimeException


  • public class LogRuntimeException
    extends Object
    Dedicated bean used to log flow exceptions, to get around issues with Spring Expressions referencing class objects under certain conditions that are so far not understood.
    • Constructor Detail

      • LogRuntimeException

        public LogRuntimeException()
    • Method Detail

      • log

        public void log​(@Nonnull @NotEmpty
                        String category,
                        @Nonnull
                        Exception e)
        Log a message about the caught exception to a particular category.
        Parameters:
        category - category to log under
        e - exception to log