AggregateException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception
public class AggregateException extends System.Exception
Agrupa múltiples excepciones.
Constructores
| Constructor | Descripción |
|---|---|
| AggregateException(Throwable[] innerExceptions) | Inicializa una nueva instancia de la clase AggregateException. |
AggregateException(Throwable[] innerExceptions)
public AggregateException(Throwable[] innerExceptions)
Inicializa una nueva instancia de la clase AggregateException.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| innerExceptions | java.lang.Throwable[] | Las excepciones internas. |