I am using a custom transformer in mule and for that I am writing custom java code which extends AbstractMessageTransformer.
I am facing a issue since in the custom java class since I need to handle FileNotFoundException and it says FileNotFoundException is not compatible with AbstractMessageTransformer.
Is there any way I can handle FileNotFoundException in custom java class that extends AbstractMessageTransformer ??