Ignore:
Timestamp:
02/04/10 21:57:54 (2 years ago)
Author:
kasper
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MetadataBeans/trunk/src/main/java/org/eobjects/metamodel/XmlDataContextStrategy.java

    r887 r888  
    192192 
    193193        @Override 
    194         protected String getMainSchemaName() throws MetaModelException { 
     194        protected String getMainSchemaName() throws MetadataBeansException { 
    195195                return _schemaName; 
    196196        } 
    197197 
    198198        @Override 
    199         protected MutableSchema getMainSchema() throws MetaModelException { 
     199        protected MutableSchema getMainSchema() throws MetadataBeansException { 
    200200                loadSchema(); 
    201201                return _schema; 
     
    225225                                loadSchema(document); 
    226226                        } catch (Exception e) { 
    227                                 throw new MetaModelException("Error parsing XML file: " 
     227                                throw new MetadataBeansException("Error parsing XML file: " 
    228228                                                + e.getMessage(), e); 
    229229                        } 
Note: See TracChangeset for help on using the changeset viewer.