org.apache.bcel.verifier.exc
Class InvalidMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.

Rating red

Constructor Summary
InvalidMethodException(String message)
          Constructs an InvalidMethodException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidMethodException

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