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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DFatalError.java37 public class FatalError extends Error { class in inherits:Error
40 /** Construct a <code>FatalError</code> with the specified detail message.
43 public FatalError(JCDiagnostic d) { method in class:FatalError
47 /** Construct a <code>FatalError</code> with the specified detail message
52 public FatalError(JCDiagnostic d, Throwable t) { method in class:FatalError
56 /** Construct a <code>FatalError</code> with the specified detail message.
60 public FatalError(String s) { method in class:FatalError
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h254 void (JNICALL *FatalError) member in struct:JNINativeInterface_
833 void FatalError(const char *msg) { function in struct:JNIEnv_
834 functions->FatalError(this, msg);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h254 void (JNICALL *FatalError) member in struct:JNINativeInterface_
833 void FatalError(const char *msg) { function in struct:JNIEnv_
834 functions->FatalError(this, msg);

Completed in 1317 milliseconds