Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update exception handling in convertTagValueToRdf to ignore error when InvalidFileFormatException is thrown. #104

Merged
merged 1 commit into from
Jul 29, 2017

Commits on Jul 29, 2017

  1. Update exception handling in convertTagValueToRdf to ignore error whe…

    …n InvalidFileFormatException is thrown.
    
    	* It is possible that an RDF file can throw InvalidFileFormat or a tag Value file to throw InvalidSpdxTagFileException from BuildDocument.
    	* So it is best to accumulate those error and show the user the final error as a mix of both tag value verfication error and rdf verification error
    
    Signed-off-by: rtgdk <rohit.lodhartg@gmail.com>
    rtgdk committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    4497f66 View commit details
    Browse the repository at this point in the history