I would like to write a utility function that works with java.text.SimpleDateFormat and several more date-related Java classes.  The classes can throw Exceptions that the function caller should know about.  Is it possible for a function to be declared such that it can throw any Exception back to the caller?