diff --git a/doc/exceptionHandlingDesign.dox b/doc/exceptionHandlingDesign.dox index 7c1f98243f11de5129dac395ab61bfecd3e8da9b..64c686c38ee9f04dd449724ad3d4949df3543d40 100644 --- a/doc/exceptionHandlingDesign.dox +++ b/doc/exceptionHandlingDesign.dox @@ -1,7 +1,9 @@ /** -\page exceptionHandlingDesign Exception Handling Design -\section gen_idea General Idea +\page exceptionHandlingDesign Technical specification: Exception Handling Design + +<b>DRAFT VERSION, WRITE-UP IN PROGRESS!</b> +\section gen_idea General Idea Exceptions must be handled by ApplicationCore in a way that the application developer does not have to care much about it.