Mala1,
I am assuming you mean exceptions as in errors? Every error has different resolution, based on the return code. What exactly is the message that you are seeing?
If you are talking about exceptions as in the JAVA API adapter, then someone else would need to answer your query.
Well, you can throw your own errors with FAIL("my error") and you can handle errors of your exit calls (e.g. RUN()) by putting VALID() around it like this:
VALID(
RUN("anothermap.sun", "-OE1"),
"anothermap.sun did not run successfully"
)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.