Hi ,
I have created a new adf project on jdeveloper . I have class in other project which runs well but when I copy some functions from old project to my new class jdeveloper shows some warnings as "Exceptions not handled" Same functions same library.
Also I tried on Eclipse , there was no error.
first image, there is no error.
second image has some error
Full error: unreported exception Thor.API.Exceptions.tcAPIException; must be caught or declared to be thrown


how can deal with this error?