public class DmcRuleExceptionSet extends Exception
| Constructor and Description |
|---|
DmcRuleExceptionSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DmcRuleException ex) |
void |
add(DmcRuleExceptionSet dres)
Appends the exceptions in the specified exception set to this exception set.
|
ArrayList<DmcRuleException> |
geExceptions() |
int |
getCount() |
Iterator<DmcRuleException> |
getExceptions() |
boolean |
immediateHalt() |
SourceInfo |
source() |
void |
source(SourceInfo s) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic void add(DmcRuleException ex)
public ArrayList<DmcRuleException> geExceptions()
public void source(SourceInfo s)
public SourceInfo source()
public void add(DmcRuleExceptionSet dres)
dres - a new set of exceptions.public boolean immediateHalt()
public Iterator<DmcRuleException> getExceptions()
public int getCount()
Copyright © 2023. All rights reserved.