
|
If you were logged in you would be able to see more operations.
|
|
|
Cyklotron 2
Created: 2004-09-29 15:47
Updated: 2004-10-08 12:43
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.1
|
| Fix Version/s: |
0.1
|
|
|
Probably add methods with following signatures.
errorResult(Context, String errorKey)
- result comes from errorKey
errorResult(Context, String errorKeyPrefix, Exception errorException)
- result comes from errorKeyPrefix+errorException.class.name
seriousErrorResult(Context, String errorKeyPrefix, Exception errorException)
- result comes from errorKeyPrefix+errorException.class.name
Information that should be provided for result message generation:
- key from prefix and exception name
- message parameter - i18ned resource.name (the resource that was modified)
- message parameter - exception message (some may be meaningful)
|
|
Description
|
Probably add methods with following signatures.
errorResult(Context, String errorKey)
- result comes from errorKey
errorResult(Context, String errorKeyPrefix, Exception errorException)
- result comes from errorKeyPrefix+errorException.class.name
seriousErrorResult(Context, String errorKeyPrefix, Exception errorException)
- result comes from errorKeyPrefix+errorException.class.name
Information that should be provided for result message generation:
- key from prefix and exception name
- message parameter - i18ned resource.name (the resource that was modified)
- message parameter - exception message (some may be meaningful) |
Show » |
|
I don't know what problems may be caused if a modified resource was really deleted.