Skip to content

Eid exceptions do not extend their Java counterparts, maybe they should? #11

Description

@cardil

Actually Eid exceptions do not extend their Java counterparts.

It's good idea to rethink, is that the right way.

Given for ex instanceof EidIllegalStateException, it's basically to chose what's more beneficial:

ex instanceof EidRuntimeException

or

ex instanceof IllegalStateException

We can't have both. There is also EidContainer interface, thus it can be like:

class EidIllegalStateException extends IllegalStateException implements EidContainer

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions