|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionSet | |
---|---|
edu.umd.cs.findbugs.ba.type |
Uses of ExceptionSet in edu.umd.cs.findbugs.ba.type |
---|
Methods in edu.umd.cs.findbugs.ba.type that return ExceptionSet | |
---|---|
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. |
Methods in edu.umd.cs.findbugs.ba.type with parameters of type ExceptionSet | |
---|---|
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™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |