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

/openjdk7/jdk/src/share/classes/java/lang/
H A DExceptionInInitializerError.java30 * An <code>ExceptionInInitializerError</code> is thrown to indicate that an
44 public class ExceptionInInitializerError extends LinkageError { class in inherits:LinkageError
52 * ExceptionInInitializerError(Throwable thrown) constructor was
61 * Constructs an <code>ExceptionInInitializerError</code> with
66 public ExceptionInInitializerError() { method in class:ExceptionInInitializerError
71 * Constructs a new <code>ExceptionInInitializerError</code> class by
78 public ExceptionInInitializerError(Throwable thrown) { method in class:ExceptionInInitializerError
84 * Constructs an ExceptionInInitializerError with the specified detail
93 public ExceptionInInitializerError(String s) { method in class:ExceptionInInitializerError
107 * <code>ExceptionInInitializerError</cod
[all...]

Completed in 29 milliseconds