Skip to content

Don't throw on file parse errors #47

@rtm516

Description

@rtm516

Currently, if a single invalid file tries to get parsed the whole parsing crashes with an error, it should do some form of warn and continue. This would mean if single files failed to parse then we would still get an output just with some bits missing.

The crash out is due to this throw inside a try-catch

} catch (IOException e) {
throw new UncheckedIOException("Failed to deserialize resource at: '" + path + "'", e);
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions