Uses of Class
edu.umd.cs.findbugs.ba.type.ExceptionSet
Packages that use ExceptionSet
-
Uses of ExceptionSet in edu.umd.cs.findbugs.ba.type
Methods in edu.umd.cs.findbugs.ba.type that return ExceptionSetModifier and TypeMethodDescriptionExceptionSetFactory.createExceptionSet()
ExceptionSet.duplicate()
Return an exact copy of this object.TypeAnalysis.getEdgeExceptionSet
(Edge edge) Get the set of exceptions that can be thrown on given edge.TypeDataflow.getEdgeExceptionSet
(Edge edge) ExceptionObjectType.getExceptionSet()
Return the exception set.Methods in edu.umd.cs.findbugs.ba.type with parameters of type ExceptionSetModifier and TypeMethodDescriptionvoid
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.