exceptionClass

Type: Class

The exceptionClass property of the ExceptionHandlerDesc class contains a reference to the specific Exception class or subclass for which the exception handler is armed. For example, if an exception handler is armed by the following instruction, the exceptionClass property contains a reference to the FileException class.

on FileException do agent.handleDuplicates(exception);