Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DBadBytecode.java21 public class BadBytecode extends Exception { class
22 public BadBytecode(int opcode) { in BadBytecode() method in BadBytecode
26 public BadBytecode(String msg) { in BadBytecode() method in BadBytecode
30 public BadBytecode(String msg, Throwable cause) { in BadBytecode() method in BadBytecode