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

/openjdk7/jdk/src/share/classes/java/lang/
H A DVerifyError.java37 class VerifyError extends LinkageError { class in inherits:LinkageError
41 * Constructs an <code>VerifyError</code> with no detail message.
43 public VerifyError() { method in class:VerifyError
48 * Constructs an <code>VerifyError</code> with the specified detail message.
52 public VerifyError(String s) { method in class:VerifyError

Completed in 239 milliseconds