Understanding the structure of exceptions and alerts

All exceptions and alerts are written in XML. An exception configuration has four nodes: exception, acquire, handler and dispatcher.

<?xml version="1.0" encoding="UTF-8"?>
    <exception version="1.1" interval="5000">
        <acquire/>
        <handler logic="AND"/>
        <dispatcher/>
    </exception>