Skip to content

Can we create a new exception type when Password is Null/Missing? #380

@lakshans

Description

@lakshans

Currently, when a password is null or empty, the following is thrown:

throw new ZipException("empty or null password provided for AES decryption");

Other exceptions have a type associated except for this one. It would be useful to have a "PASSWORD_EMPTY" zip exception type, or something along those lines.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions