Adventures in Groovy – Part 35: Error Trapping Groovy Calculations
There has not been alot of troubleshooting discussed in the adventures series. Just like with most coding languages, you can gracefully handle errors resulting from actions (like divide by 0) and return descriptive information to the users and administrators in the job console. There are several benefits that I see. As previously stated, since the […]
|