Skip to content

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

Open
@cardil

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

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