Google

bcel API: Uses of Class org.apache.bcel.verifier.structurals.ExceptionHandler

Uses of Class
org.apache.bcel.verifier.structurals.ExceptionHandler

Packages that use ExceptionHandler
org.apache.bcel.verifier.structurals Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect. 
 

Uses of ExceptionHandler in org.apache.bcel.verifier.structurals
 

Methods in org.apache.bcel.verifier.structurals that return ExceptionHandler
 ExceptionHandler[] ExceptionHandlers.getExceptionHandlers(InstructionHandle ih)
          Returns all the ExceptionHandler instances representing exception handlers that protect the instruction ih.
 ExceptionHandler[] InstructionContext.getExceptionHandlers()
          Returns the exception handlers that protect this instruction.