|
Size: 1252
Comment:
|
← Revision 10 as of 2009-09-20 22:12:05 ⇥
Size: 1252
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 19: | Line 19: |
| * Whether user uses network or embedded driver distinguishes ?[[BR]]Whether exception happens in network or embedded implementation distinguishes ? | * Whether user uses network or embedded driver distinguishes ?<<BR>>Whether exception happens in network or embedded implementation distinguishes ? |
Remarkable points
Error message sometimes have a structure which corresponds to structure of problematic internal behavior.
Structure which are mentioned here is such as stack trace for example.
Structure of internal behaviors of program may be different , whether it was happen in embedded or in network environment , even if they are very identical error.
Should we express the difference in the error message ? Or should not ?
I think expressing such differences in error messages would help programmer who get the error message [TMNK]
Not only stacktrace, number of exception can be different. Please see http://issues.apache.org/jira/browse/DERBY-596#action_12331068 . [TMNK]
Identical error in engine layer can happen both in embedded mode and network mode
Not yet clear. Now discussing in derby-dev@db.apache.org
There exsits two kind of error , error of embedded and error of networked
Not yet clear. Now discussing in derby-dev@db.apache.org
- What does distinguish one from another ?
Whether user uses network or embedded driver distinguishes ?
Whether exception happens in network or embedded implementation distinguishes ?