| Package | Description |
|---|---|
| soot.toolkits.exceptions |
| Modifier and Type | Method and Description |
|---|---|
ThrowableSet |
ThrowableSet.add(AnySubType e)
Returns a
ThrowableSet which contains e and all of its subclasses as well as the exceptions in
this set. |
ThrowableSet |
ThrowableSet.add(RefType e)
Returns a
ThrowableSet which contains e in addition to the exceptions in this
ThrowableSet. |
ThrowableSet |
ThrowableSet.add(ThrowableSet s)
Returns a
ThrowableSet which contains all the exceptions in s in addition to those in this
ThrowableSet. |
Copyright © 2020 Soot OSS. All rights reserved.