Package org.apache.bcel.verifier.exc
Class InvalidMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.bcel.verifier.exc.InvalidMethodException
-
- All Implemented Interfaces:
Serializable
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMethodException(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
-
-
-
-
Constructor Detail
-
InvalidMethodException
public InvalidMethodException(String message)
Constructs an InvalidMethodException with the specified detail message.
-
-