Class BatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.content.render.xhtml.migration.BatchException
- All Implemented Interfaces:
- Serializable
A composite exception that wraps a list of exceptions, useful for propagating list of exceptions
 that might have occurred during a batch task.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BatchException
 
- 
- 
Method Details- 
getBatchExceptions
 
-