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

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

Completed in 58 milliseconds