Menu

load GraphML file exception

2006-10-30
2013-05-29
  • Nobody/Anonymous

    Shouldn't GraphMLFile.load(String filename)
    throw an IOException that can be catched?

    Jay

     
    • Joshua O'Madadhain

      Jay:

      It throws a jung.exceptions.FatalException, which you can catch.  This exception includes the original exception.  (This may not be the best way of handling errors; we'll be revisiting exception handling in JUNG 2.0.)

      Joshua

       

Log in to post a comment.