Class InvalidMethodException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidMethodException
    extends java.lang.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 371539 2006-01-23 14:08:00Z tcurdt $
    Author:
    Enver Haase
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidMethodException​(java.lang.String message)
      Constructs an InvalidMethodException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidMethodException

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