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
Regroupe plusieurs exceptions.
Constructeurs
| Constructeur | Description |
|---|---|
| AggregateException(Throwable[] innerExceptions) | Initialise une nouvelle instance de la classe AggregateException. |
AggregateException(Throwable[] innerExceptions)
public AggregateException(Throwable[] innerExceptions)
Initialise une nouvelle instance de la classe AggregateException.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| innerExceptions | java.lang.Throwable[] | Les exceptions internes. |