[QFJ-487] QuickFix FieldException has default scope Created: 26/Nov/09 Updated: 15/Nov/12 Resolved: 05/Apr/10 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | 1.3.3 |
| Fix Version/s: | 1.5.0 |
| Type: | Improvement | Priority: | Default |
| Reporter: | David Brown | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
FieldException is thrown, for example, if a tag has no value. However, as it has default scope it is not possible to retrieve the details of which field caused the problem even though FieldException includes a publically accessible getField() method. Not sure if this is a bug or whether there it was intentionally left with default scope. |