445446447448449450451452453
throw new AmberRuntimeException(e); else if (_exception != null) { throw new AmberRuntimeException(_exception); } MappedSuperclassType type = _mappedSuperclassMap.get(className); return type; }