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