gov.llnl.babel
Class CollectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.llnl.babel.CollectionException
- All Implemented Interfaces:
- java.io.Serializable
public class CollectionException
- extends java.lang.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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CollectionException
public CollectionException(java.lang.String uri,
java.lang.Exception ex)
addException
public void addException(java.lang.String uri,
java.lang.Exception ex)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable