Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed the CE code to match the description text.

...

Code Block
bgColor#ccccff
try {
  // Requested file does not exist
}catch(IOExceptionFileNotFoundException) { /* ask the user for a different filename */ }

...