org.apache.bcel.verifier.exc

Class 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.
Version:
$Id: InvalidMethodException.java,v 1.2 2002/06/13 09:32:50 enver Exp $
Author:
Enver Haase

Constructor Summary

InvalidMethodException(String message)
Constructs an InvalidMethodException with the specified detail message.

Constructor Details

InvalidMethodException

public InvalidMethodException(String message)
Constructs an InvalidMethodException with the specified detail message.