Feature #63
closedProvide method and file location data in exceptions.
Description
Exceptions are thrown the entire stack upwards but lack information where they originated which makes handling them harder than necessary. So they should provide means of telling from which method they were thrown in the first place, probably even telling filename and linenumber because some methods have numerous places from where they throw the same exception albeit with different messages.
Updated by Felix Tiede almost 12 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Applied in changeset libkca_ossl|44a1113b2964efe0cc2e1b795b93277c17dcfca6.
Updated by Felix Tiede almost 12 years ago
- % Done changed from 10 to 20
Applied in changeset libkca_ossl|8f482b44878d10350b7e83a7e68192aaa2f78058.
Updated by Felix Tiede almost 12 years ago
Applied in changeset libkca_ossl|fa946bb962909d49926a89dfe7a410ac39ae8396.
Updated by Felix Tiede almost 12 years ago
- % Done changed from 20 to 30
Applied in changeset libkca_ossl|823ee3f816f32587ff98f2c087614c7742c0ff67.
Updated by Felix Tiede almost 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
Applied in changeset libkca_ossl|c7e4f45a5920933ec25e93bd528c5ce623959594.
Updated by Felix Tiede almost 12 years ago
- Status changed from Closed to In Progress
- % Done changed from 100 to 60
Only OpenSSLException calls were modified, SigningException calls are still missing.
Updated by Felix Tiede almost 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 60 to 100
Applied in changeset libkca_ossl|9561d04d56b56ced2c9e88d721766b22a2022179.