org.apache.bcel.verifier.exc
Class InvalidMethodException
RuntimeException
org.apache.bcel.verifier.exc.InvalidMethodException
public class InvalidMethodException
extends RuntimeException
Instances of this class are thrown by BCEL's class file verifier "JustIce"
when the verification of a method is requested that does not exist.
$Id: InvalidMethodException.java 371539 2006-01-23 14:08:00Z tcurdt $
InvalidMethodException
public InvalidMethodException(String message)
Constructs an InvalidMethodException with the specified detail message.