public class DmcValueExceptionSet extends Exception
| Constructor and Description |
|---|
DmcValueExceptionSet()
Constructs a new DmcValueExceptionSet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(DmcValueException ex)
Adds another exception.
|
int |
getCount() |
ArrayList<DmcValueException> |
getExceptions() |
DmcValueException |
lastException() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic DmcValueExceptionSet()
public DmcValueException lastException()
public void add(DmcValueException ex)
ex - The exception.public ArrayList<DmcValueException> getExceptions()
public int getCount()
Copyright © 2023. All rights reserved.