Changeset 888 for MetadataBeans/trunk/src/main/java/org/eobjects/metamodel/XmlDataContextStrategy.java
- Timestamp:
- 02/04/10 21:57:54 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MetadataBeans/trunk/src/main/java/org/eobjects/metamodel/XmlDataContextStrategy.java
r887 r888 192 192 193 193 @Override 194 protected String getMainSchemaName() throws Meta ModelException {194 protected String getMainSchemaName() throws MetadataBeansException { 195 195 return _schemaName; 196 196 } 197 197 198 198 @Override 199 protected MutableSchema getMainSchema() throws Meta ModelException {199 protected MutableSchema getMainSchema() throws MetadataBeansException { 200 200 loadSchema(); 201 201 return _schema; … … 225 225 loadSchema(document); 226 226 } catch (Exception e) { 227 throw new Meta ModelException("Error parsing XML file: "227 throw new MetadataBeansException("Error parsing XML file: " 228 228 + e.getMessage(), e); 229 229 }
Note: See TracChangeset
for help on using the changeset viewer.
