javassist.bytecode

Class BadBytecode

public class BadBytecode extends Exception

Signals that a bad bytecode sequence has been found.
Constructor Summary
BadBytecode(int opcode)
BadBytecode(String msg)

Constructor Detail

BadBytecode

public BadBytecode(int opcode)

BadBytecode

public BadBytecode(String msg)
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.