EPLAN expects system errors to be handled by exceptions. For this resason, the interface to the EPLAN system messages is implemented in the BaseException class. This means that in order to write a system message, a BaseException object must first be created. However, the exception does not have to be thrown!
The fixMessage() function of the exception adds the message to the EPLAN system messages.