frizbog / gedcom4j

Java library for reading/writing genealogy files in GEDCOM format
http://gedcom4j.org
53 stars 36 forks source link

Add error codes for automated error evaluation #190

Open JPT77 opened 6 years ago

JPT77 commented 6 years ago

The error messages are missing codes.

I am writing a batch program which must decide what to do depending on the errors thrown. Without error codes I would have to do string parsing which sucks. Error messages could be changed at any time.

thanks

ps. this only affects the importer. the validator produces excellent error messages.