Skip to content
Open
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: 3 additions & 2 deletions docs/documentation/exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ How to work with exceptions in XtendM3

## Exception capabilities
In the context of XtendM3, it is possible to catch generic Java exceptions listed below in the Generic Java Exceptions section.<br/>
It is not possible to throw generic Java exceptions, these can only be caught.<br>
Some XtendM3 specific exceptions exists, that can be thrown either via API calls or via Groovy throw(). Documentation on the XtendM3 exceptions API are available in the [API Specification/ExceptionAPI](../api-specification/exception-api) section under Documentation.
It is not possible to throw generic Java exceptions, these can only be caught. <br>
Some XtendM3 specific exceptions exists, that can be thrown either via API calls or via Groovy throw().<br>
Documentation on the XtendM3 exceptions API are available in the [API Specification/ExceptionAPI](../api-specification/exception-api) section under Documentation.

### Generic Java Exceptions
The following exceptions can be caught in XtendM3 code:<br/>
Expand Down