OutputContext.exception constructor

OutputContext.exception(
  1. OutputFormat format,
  2. Exception exception,
  3. StackTrace stackTrace
)

Implementation

OutputContext.exception(
  final OutputFormat format,
  final Exception exception,
  final StackTrace stackTrace,
) : this(format, (exception: exception, stackTrace: stackTrace));