Ignore the specified exception. This routine acts as a
placeholder to document any place that wants to willfully
ignore an exception. It should be used in lieu of a
comment.
final String msg = "Ignoring exception (probably OK): " +
e.getClass().getName();
Debug.println( msg );