Searched refs:logException (Results 1 - 10 of 10) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinUtils.java54 public static void logException(final String msg, final Throwable th) { method in class:MarlinUtils
H A DFloatArrayCache.java31 import static sun.java2d.marlin.MarlinUtils.logException;
255 logException("Invalid value at: " + i + " = " + array[i]
H A DIntArrayCache.java31 import static sun.java2d.marlin.MarlinUtils.logException;
255 logException("Invalid value at: " + i + " = " + array[i]
H A DByteArrayCache.java31 import static sun.java2d.marlin.MarlinUtils.logException;
255 logException("Invalid value at: " + i + " = " + array[i]
/openjdk9/jdk/test/javax/net/ssl/templates/
H A DSSLSocketTemplate.java797 logException("Server died", e);
807 logException("Server failed", e);
824 logException("Client died", e);
834 logException("Client failed", e);
840 private synchronized void logException(String prefix, Throwable cause) { method in class:SSLSocketTemplate
/openjdk9/jdk/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DJMXPluggableAuthenticator.java212 logException(method, msg, e);
230 logException(method, msg, se);
234 private static void logException(String method, method in class:JMXPluggableAuthenticator
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/istack/internal/logging/
H A DLogger.java424 public <T extends Throwable> T logException(final T exception, final Throwable cause, final Level level) { method in class:Logger
445 * {@link #logException(Throwable, Throwable, Level) logException(exception, cause, level)}
456 public <T extends Throwable> T logException(final T exception, final boolean logCause, final Level level) { method in class:Logger
469 * Same as {@link #logException(Throwable, Throwable, Level)
470 * logException(exception, true, level)}.
472 public <T extends Throwable> T logException(final T exception, final Level level) { method in class:Logger
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/policy/privateutil/
H A DPolicyUtils.java252 throw LOGGER.logException(new RuntimePolicyUtilsException(LocalizationMessages.WSP_0096_ERROR_WHILE_COMBINE(option)), false, Level.WARNING);
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/assembler/
H A DMetroConfigLoader.java250 LOGGER.logException(error, e, Level.SEVERE);
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.match.processor/src/org/graalvm/compiler/core/match/processor/
H A DMatchProcessor.java293 private void logException(Throwable t) { method in class:MatchProcessor
312 logException(t);

Completed in 126 milliseconds