| Package | Description |
|---|---|
| org.dmd.util.exceptions |
| Modifier and Type | Method and Description |
|---|---|
Result |
ResultSet.addResult(int sev,
String message)
Returns a Result container that can be populated with further information
if required.
|
Result |
ResultSet.addResult(Result r)
Makes a copy of the specified result and adds it to this result set.
|
Result |
ResultSet.lastResult()
Provides access to the last result that was added to the set.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Result> |
ResultSet.iterator()
Returns an iterator over the current set of results.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
ResultSet.addResult(Result r)
Makes a copy of the specified result and adds it to this result set.
|
| Constructor and Description |
|---|
Result(Result r)
Creates a new RResult container from an existing one.
|
Copyright © 2023. All rights reserved.