public class CompoundRuntimeException extends RuntimeException
Constructor and Description |
---|
CompoundRuntimeException(Collection<Throwable> causes) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CompoundRuntimeException(Collection<Throwable> causes)
public String getMessage()
getMessage
in class Throwable
Copyright © 2008–2022 Eclipse Foundation. All rights reserved.