| Package | Description |
|---|---|
| edu.umd.cs.findbugs.ba.type |
| Modifier and Type | Method and Description |
|---|---|
ExceptionSet |
ExceptionSetFactory.createExceptionSet() |
ExceptionSet |
ExceptionSet.duplicate()
Return an exact copy of this object.
|
ExceptionSet |
TypeDataflow.getEdgeExceptionSet(Edge edge) |
ExceptionSet |
TypeAnalysis.getEdgeExceptionSet(Edge edge)
Get the set of exceptions that can be thrown on given edge.
|
ExceptionSet |
ExceptionObjectType.getExceptionSet()
Return the exception set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionSet.addAll(ExceptionSet other)
Add all exceptions in the given set.
|
static org.apache.bcel.generic.Type |
ExceptionObjectType.fromExceptionSet(ExceptionSet exceptionSet)
Initialize object from an exception set.
|
Copyright © 2003–2015. All rights reserved.