com.atlassian.confluence.content.render.xhtml.migration
Class BatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.content.render.xhtml.migration.BatchException
All Implemented Interfaces:
Serializable

public class BatchException
extends Exception

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:
Serialized Form

Constructor Summary
BatchException(List<? extends Exception> exs)
           
 
Method Summary
 List<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

BatchException

public BatchException(List<? extends Exception> exs)
Method Detail

getBatchExceptions

public List<Exception> getBatchExceptions()


Copyright © 2003-2013 Atlassian. All Rights Reserved.