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

/libcore/ojluni/src/main/java/java/lang/
H A DClassFormatError.java37 class ClassFormatError extends LinkageError { class in inherits:LinkageError
41 * Constructs a <code>ClassFormatError</code> with no detail message.
43 public ClassFormatError() { method in class:ClassFormatError
48 * Constructs a <code>ClassFormatError</code> with the specified
53 public ClassFormatError(String s) { method in class:ClassFormatError

Completed in 78 milliseconds