public class GroupOfExceptions extends Exception
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
GroupOfExceptions() |
GroupOfExceptions(Collection<Exception> groupOfExceptions) |
Modifier and Type | Method and Description |
---|---|
void |
add(Collection<Exception> exceptions) |
void |
add(Exception exception) |
Exception |
first() |
Collection<Exception> |
getGroupOfExceptions() |
boolean |
isEmpty() |
int |
size() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected static final long serialVersionUID
public GroupOfExceptions()
public GroupOfExceptions(Collection<Exception> groupOfExceptions)
public Collection<Exception> getGroupOfExceptions()
public void add(Exception exception)
public void add(Collection<Exception> exceptions)
public boolean isEmpty()
public int size()
public Exception first()
Copyright © 2025 Denodo Technologies. All rights reserved.