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 |
TypeAnalysis.getEdgeExceptionSet(Edge edge)
Get the set of exceptions that can be thrown on given edge.
|
ExceptionSet |
TypeDataflow.getEdgeExceptionSet(Edge 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.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.