* @param class2type the class to type map for this instance of value factory.
*/
public DefaultValueFactory( String uri, TypeMap types,
Class2TypeMap class2type )
{
URL u = new URL( uri );
level = Level.valueOf( u.getTerm( "DefaultValueFactory.level", "FULL" ) );
this.types = types;
this.class2type = class2type;
_mt__Etch_RuntimeException = types.get( ETCH_RUNTIME_EXCEPTION_TYPE_NAME );