Package org.bouncycastle.util
Class AggregateRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bouncycastle.util.AggregateRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class AggregateRuntimeException extends java.lang.RuntimeExceptionARuntimeExceptionthat carries several underlying exceptions rather than a single cause - for example the complete set of problems found when reviewing a malformed structure, where surfacing only the first would lose information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AggregateRuntimeException(java.lang.String message, java.util.List exceptions)Base constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListgetExceptions()Return the exceptions that make up this aggregate.
-