Class ExceptionHandling

java.lang.Object
io.nflow.engine.exception.ExceptionHandling
Direct Known Subclasses:
DispatcherExceptionHandling, StateProcessExceptionHandling, StateSaveExceptionHandling

public class ExceptionHandling extends Object
Controls how an exception should be handled.
  • Field Details

    • logLevel

      public final org.slf4j.event.Level logLevel
      The log entry level for logging the exception.
    • logStackTrace

      public final boolean logStackTrace
      True when the exception stack trace should be logged.