Uses of Class
soot.toolkits.exceptions.ThrowableSet.AlreadyHasExclusionsException

Packages that use ThrowableSet.AlreadyHasExclusionsException
soot.toolkits.exceptions   
 

Uses of ThrowableSet.AlreadyHasExclusionsException in soot.toolkits.exceptions
 

Methods in soot.toolkits.exceptions that throw ThrowableSet.AlreadyHasExclusionsException
 ThrowableSet ThrowableSet.add(AnySubType e)
          Returns a ThrowableSet which contains e and all of its subclasses as well as the exceptions in this set.
 ThrowableSet ThrowableSet.add(AnySubType e)
          Returns a ThrowableSet which contains e and all of its subclasses as well as the exceptions in this set.
 ThrowableSet ThrowableSet.add(RefType e)
          Returns a ThrowableSet which contains e in addition to the exceptions in this ThrowableSet.
 ThrowableSet ThrowableSet.add(RefType e)
          Returns a ThrowableSet which contains e in addition to the exceptions in this ThrowableSet.
 ThrowableSet ThrowableSet.add(ThrowableSet s)
          Returns a ThrowableSet which contains all the exceptions in s in addition to those in this ThrowableSet.
 ThrowableSet ThrowableSet.add(ThrowableSet s)
          Returns a ThrowableSet which contains all the exceptions in s in addition to those in this ThrowableSet.