The basic format would be like this:



while(true) {
try {

// Code to evaluate goes here.
// In other words code that could throw an exception.