30 lines
768 B
Plaintext
30 lines
768 B
Plaintext
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
=== Message
|
|
|
|
Either log this exception and handle it, or rethrow it with some contextual information.
|
|
|
|
=== Highlighting
|
|
|
|
* Primary: The exception caught
|
|
* Secondary 1: The logging statement:
|
|
** message: 'Logging statement.'
|
|
* Secondary 2: The `throw` statement
|
|
** message: 'Thrown exception.'
|
|
|
|
'''
|
|
== Comments And Links
|
|
(visible only on this page)
|
|
|
|
=== on 21 Nov 2024, 16:48:00 Alban Auzeill wrote:
|
|
[test-code-support-investigation-for-java] Decision for scope: Keep 'Main'. Test don't always want to capture the logs, throwing any "Boom!" exception is enough.
|
|
|
|
=== on 11 Oct 2014, 12:09:59 Freddy Mallet wrote:
|
|
Sounds good to me!
|
|
|
|
endif::env-github,rspecator-view[]
|