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

/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DUtil.java45 * fatal -- We can't even find resources, so bail fast, don't localize
102 fatal("Error loading resources. Please file a bug report.", mre);
112 fatal("Key " + key + " not found in resources.", e);
147 private void fatal(String msg) throws Exit { method in class:Util
148 fatal(msg, null);
151 private void fatal(String msg, Exception e) throws Exit { method in class:Util
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_error.c97 /* Could be a fatal error or assert error or a sanity error */
169 error_handler(jboolean fatal, jvmtiError error, argument
189 if ( fatal || gdata->errorexit ) {
190 /* If it's fatal, or the user wants termination on any error, die */
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFMetadata.java50 protected static void fatal(Node node, String reason) method in class:GIFMetadata
66 fatal(node, "Required attribute " + name + " not present!");
73 fatal(node,
86 fatal(node,
110 fatal(node,
115 fatal(node,
157 fatal(node, "Required attribute " + name + " not present!");
167 fatal(node, "Attribute " + name + " must be 'TRUE' or 'FALSE'!");
190 fatal(node, "Required attribute " + name + " not present!");
200 fatal(nod
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.hpp108 // Used to format messages for assert(), guarantee(), fatal(), etc.
170 #define fatal(msg) \ macro
237 /* Test assert(), fatal(), guarantee(), etc. */
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DInputEntity.java186 fatal("P-069", new Object[]{name});
269 fatal("P-070", new Object[]{Integer.toHexString(c)});
303 fatal("P-071", new Object[]{Integer.toHexString(c)});
506 fatal("P-072", null);
521 fatal("P-081",
538 fatal("P-071", new Object[]{Integer.toHexString(c)});
609 fatal("P-071", new Object[]
676 fatal("P-073", null);
694 fatal("P-074", new Object[]{
811 // the wrong symbol is a fatal erro
980 private void fatal(String messageId, Object params []) method in class:InputEntity
[all...]
H A DDTDParser.java298 fatal("P-000");
315 fatal("P-001", new Object[]
327 fatal("P-002", new Object[]{name});
329 fatal("P-003", null);
387 fatal("P-004", new Object[]
456 fatal("P-006", new Object[]{new Character(c)});
507 fatal("P-007");
563 fatal("P-009");
577 fatal("P-011");
590 fatal("
2238 private void fatal(String messageId) throws SAXException { method in class:DTDParser
2243 private void fatal(String messageId, Object parameters []) method in class:DTDParser
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXPathLexer.java262 private void yy_error (int code,boolean fatal) { argument
265 if (fatal) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java542 * if <tt>c</tt> isn't a JAXB-bound class and <tt>fatal==false</tt>.
563 * @param fatal
567 public final JaxBeanInfo getBeanInfo(Object o,boolean fatal) throws JAXBException { argument
570 if(fatal) {
586 * if <tt>c</tt> isn't a JAXB-bound class and <tt>fatal==false</tt>.
596 * @param fatal
600 public final <T> JaxBeanInfo<T> getBeanInfo(Class<T> clazz,boolean fatal) throws JAXBException { argument
603 if(fatal)
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java1089 private void fatal(Node node, String reason) method in class:PNGMetadata
1103 fatal(node, "Required attribute " + name + " not present!");
1154 fatal(node, "Required attribute " + name + " not present!");
1164 fatal(node, "Attribute " + name + " must be 'TRUE' or 'FALSE'!");
1185 fatal(node, "Required attribute " + name + " not present!");
1195 fatal(node, "Illegal value for attribute " + name + "!");
1215 fatal(node, "Required attribute " + name + " not present!");
1249 fatal(node, "Root must be " + nativeMetadataFormatName);
1282 fatal(node, "Palette has no entries!");
1287 fatal(nod
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLEngineImpl.java736 fatal(Alerts.alert_handshake_failure,
767 fatal(Alerts.alert_internal_error,
943 fatal(Alerts.alert_unexpected_message, e);
950 * throw a fatal alert if the integrity check fails.
959 fatal(alertType, e.getMessage(), e);
964 // fatal(Alerts.alert_decompression_failure,
1068 fatal(Alerts.alert_unexpected_message,
1154 fatal(Alerts.alert_internal_error,
1379 fatal(Alerts.alert_handshake_failure, "sequence number overflow");
1517 fatal(Alert
1585 synchronized void fatal(byte description, String diagnostic) method in class:SSLEngineImpl
1590 synchronized void fatal(byte description, Throwable cause) method in class:SSLEngineImpl
1608 synchronized void fatal(byte description, String diagnostic, method in class:SSLEngineImpl
[all...]
H A DSSLSocketImpl.java710 fatal(Alerts.alert_close_notify,
765 // treat it as fatal error.
770 fatal((byte)(-1), ssle);
930 fatal(Alerts.alert_unexpected_message, e);
966 * throw a fatal alert if the integrity check fails.
974 fatal(alertType, e.getMessage(), e);
978 // fatal(Alerts.alert_decompression_failure,
1085 fatal(Alerts.alert_unexpected_message,
1177 fatal(Alerts.alert_handshake_failure, "sequence number overflow");
1570 * received) the fatal aler
1835 synchronized void fatal(byte description, String diagnostic) method in class:SSLSocketImpl
1840 synchronized void fatal(byte description, Throwable cause) method in class:SSLSocketImpl
1849 synchronized void fatal(byte description, String diagnostic, method in class:SSLSocketImpl
[all...]

Completed in 71 milliseconds