I'm calling a method that need to open up the af.sh file.
Because the file does not exist, I get error:
java.io.FileNot FoundException: \file\af.sh (The system cannot find the path specified)
I can't change this method but I want to run all other parts of the method.
Is there anything I can do to catch this exception while continue running the method?
Because the file does not exist, I get error:
java.io.FileNot FoundException: \file\af.sh (The system cannot find the path specified)
I can't change this method but I want to run all other parts of the method.
Is there anything I can do to catch this exception while continue running the method?
Comment