We have a slightly unintuitive error handling scheme (my bad)
that prints help early and then suppresses printing error
messages and stacktraces in exception handling later in the call
stack.
The goal of this class its to house certain calculations that are used
just once and would make the Table code large and complicated if it
lived there.