Package edu.umd.cs.findbugs.ba.type
Class ExceptionSet.ThrownExceptionIterator
java.lang.Object
edu.umd.cs.findbugs.ba.type.ExceptionSet.ThrownExceptionIterator
- All Implemented Interfaces:
Iterator<org.apache.bcel.generic.ObjectType>
- Enclosing class:
ExceptionSet
public class ExceptionSet.ThrownExceptionIterator
extends Object
implements Iterator<org.apache.bcel.generic.ObjectType>
Object to iterate over the exception types in the set.
-
Method Details
-
hasNext
public boolean hasNext() -
next
public org.apache.bcel.generic.ObjectType next() -
isExplicit
public boolean isExplicit() -
remove
public void remove()
-