Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
themeEclipse
catch(final DRUnwindException e){
  if(e.getAction() == DRUnwindException.CONTINUE) {
     logger.log(Level.WARNING, "An error message", e);
  } else {
     throw e;
  }
}


Page Properties
hiddentrue