edu.umd.cs.findbugs.ba.type

Class ExceptionSet.ThrownExceptionIterator

public class ExceptionSet.ThrownExceptionIterator extends Object implements Iterator<ObjectType>

Object to iterate over the exception types in the set.
Method Summary
booleanhasNext()
booleanisExplicit()
ObjectTypenext()
voidremove()

Method Detail

hasNext

public boolean hasNext()

isExplicit

public boolean isExplicit()

next

public ObjectType next()

remove

public void remove()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.