Class FailureLogMessage

    • Constructor Detail

      • FailureLogMessage

        public FailureLogMessage()
    • Method Detail

      • exceptionType

        public abstract String exceptionType()
        The name of the type of the exception that was thrown.
      • message

        @Nullable
        public abstract String message()
        Returns the message of the exception that was thrown.
      • stackTrace

        public abstract String stackTrace()
        The full stack trace of the exception.