Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/exceptions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -741,11 +741,14 @@
within the handler.

\pnum
\begin{note}
When the handler declares an object,
any changes to that object will not affect the exception object.
When the handler declares a reference to an object,
any changes to the referenced object are changes to the
exception object and will have effect should that object be rethrown.%
exception object.
\end{note}
%
\indextext{exception handling!handler!match|)}%
\indextext{exception handling!handler|)}

Expand Down