Uses of Class
edu.umd.cs.findbugs.ba.type.ExceptionSet
-
Packages that use ExceptionSet Package Description 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 Modifier and Type Method Description ExceptionSetExceptionSetFactory. createExceptionSet()ExceptionSetExceptionSet. duplicate()Return an exact copy of this object.ExceptionSetTypeAnalysis. getEdgeExceptionSet(Edge edge)Get the set of exceptions that can be thrown on given edge.ExceptionSetTypeDataflow. getEdgeExceptionSet(Edge edge)ExceptionSetExceptionObjectType. getExceptionSet()Return the exception set.Methods in edu.umd.cs.findbugs.ba.type with parameters of type ExceptionSet Modifier and Type Method Description voidExceptionSet. addAll(ExceptionSet other)Add all exceptions in the given set.static org.apache.bcel.generic.TypeExceptionObjectType. fromExceptionSet(ExceptionSet exceptionSet)Initialize object from an exception set.
-