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

Do not throw an exception when ROOT reports a missing dictionary problem #4931

Merged
merged 2 commits into from Aug 13, 2014

Commits on Aug 12, 2014

  1. Add context in case of exception from BranchDescription

    When initializing a BranchDescription from a ROOT dictionary, if
    there is an exception thrown we now add to the context information
    which branch had the problem.
    Dr15Jones committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    c080f54 View commit details
    Browse the repository at this point in the history
  2. Do not throw an exception when ROOT reports a missing dictionary problem

    In the case where ROOT prints a message about a missing collection
    proxy we no longer throw an exception. This was needed to handle the
    case of reading an old file using a release for which a class in that
    file no longer exists. The framework doesn't need the exception since
    it has other ways of detecting the missing dictionary and then take
    appropriate action.
    Dr15Jones committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    f1eed60 View commit details
    Browse the repository at this point in the history