Skip to content

libjava - make ServiceException an unchecked exception #66

@ivovandongen

Description

@ivovandongen

As the current validations that throw the Service Exception are mostly programming errors, it makes sense to make ServiceException an unchecked exception to avoid unneeded boilerplate in the consuming code.

One exception (no pun intended to this) is the the image size validation as these could potentially be more data driven. Although not checking for 0/negative integers on the caller side might as well be considered a programming error.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions