Changeset 1108:ef6e65bbbf25
- Timestamp:
- 05/28/10 19:02:40 (3 years ago)
- Author:
- Tom
- Branch:
- default
- Message:
-
fixed: used a wrong message ID
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r905
|
r1108
|
|
| 57 | 57 | } catch (XmlException e) { |
| 58 | 58 | if (e.getMessage().contains("is not a valid observationresponse")) |
| 59 | | throw new UnicornException(new org.w3c.unicorn.util.Message(org.w3c.unicorn.util.Message.ERROR, "$message_observer_invalid_response_schema")); |
| | 59 | throw new UnicornException(new org.w3c.unicorn.util.Message(org.w3c.unicorn.util.Message.ERROR, "$message_response_invalid_schema", null, Framework.mapOfObserver.get(observerID).getName(Property.get("DEFAULT_LANGUAGE")))); |
| 60 | 60 | else |
| 61 | 61 | throw new UnicornException(new org.w3c.unicorn.util.Message(e)); |