|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.atlassian.confluence.content.render.xhtml.migration.BatchException
public class BatchException
A composite exception that wraps a list of exceptions, useful for propagating list of exceptions that might have occurred during a batch task.
Constructor Summary | |
---|---|
BatchException(java.util.List<? extends java.lang.Exception> exs)
|
Method Summary | |
---|---|
java.util.List<java.lang.Exception> |
getBatchExceptions()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BatchException(java.util.List<? extends java.lang.Exception> exs)
Method Detail |
---|
public java.util.List<java.lang.Exception> getBatchExceptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |