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

/external/javassist/src/main/javassist/
H A DCannotCompileException.java23 public class CannotCompileException extends Exception { class in inherits:Exception
56 * Constructs a CannotCompileException with a message.
60 public CannotCompileException(String msg) { method in class:CannotCompileException
67 * Constructs a CannotCompileException with an <code>Exception</code>
72 public CannotCompileException(Throwable e) { method in class:CannotCompileException
79 * Constructs a CannotCompileException with a detailed message
85 public CannotCompileException(String msg, Throwable e) { method in class:CannotCompileException
91 * Constructs a CannotCompileException with a
94 public CannotCompileException(NotFoundException e) { method in class:CannotCompileException
99 * Constructs a CannotCompileException wit
101 public CannotCompileException(CompileError e) { method in class:CannotCompileException
109 public CannotCompileException(ClassNotFoundException e, String name) { method in class:CannotCompileException
116 public CannotCompileException(ClassFormatError e, String name) { method in class:CannotCompileException
[all...]

Completed in 108 milliseconds