Darshan Hiranandani : Handling User-Defined Java Classes Inside Try-Catch Block

Hi everyone,

I’m Darshan Hiranandani, working with a user-defined Java class to perform encryption, and I’m trying to enclose it inside a try-catch block. However, I’m encountering an issue where it says the try-catch block doesn’t support user-defined Java classes.

Has anyone faced this issue before? Is there a way to properly handle user-defined classes inside a try-catch block, or am I missing something?

Any advice or suggestions would be greatly appreciated!

Thanks!
Regards
Darshan Hiranandani