Home
last modified time | relevance | path

Searched defs:BadBytecode (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DBadBytecode.java22 public class BadBytecode extends Exception { class
26 public BadBytecode(int opcode) { in BadBytecode() method in BadBytecode
30 public BadBytecode(String msg) { in BadBytecode() method in BadBytecode
34 public BadBytecode(String msg, Throwable cause) { in BadBytecode() method in BadBytecode
38 public BadBytecode(MethodInfo minfo, Throwable cause) { in BadBytecode() method in BadBytecode