gov.llnl.babel
Class CollectionException
Exception
gov.llnl.babel.CollectionException
public class CollectionException
extends Exception
When parsing a collection of files, it is better to collect all the
exceptions until the end instead of bailing out on the first exception.
This exception class holds a collection of other exceptions.
CollectionException
public CollectionException(String uri,
Exception ex)
addException
public void addException(String uri,
Exception ex)
getMessage
public String getMessage()