Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate context for exceptions in IO adapters #11

Open
sciwhiz12 opened this issue Dec 1, 2023 · 0 comments
Open

Incorporate context for exceptions in IO adapters #11

sciwhiz12 opened this issue Dec 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sciwhiz12
Copy link
Member

To aid in debugging, the IO adapters should incorporate in some fashion some contextual information for the object they're reading. Packages and classes should have the name, methods and fields should have the name and descriptor, and parameters should have the index.

If possible, the information should also contain the information about its parent -- methods and fields include info about their owning class, and parameters include info about their owning method.

This will probably take the form of try...catch blocks around our reading and writing methods in each adapter.

@sciwhiz12 sciwhiz12 added the enhancement New feature or request label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant