ConverterList& TheConvertList() {
static ConverterList theConverterList;
return theConverterList; }
template
void RegisterConverter() {
static const bool onlyDoThisONce = (TheConverterList.push_back(CreateThrowable), true); }
//debugging aid -- will = true when the function gets run