Searched defs:cause (Results 176 - 200 of 299) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotationSupport.java260 invalidContainerException(Annotation anno, Throwable cause) argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/validator/
H A DValidatorException.java71 public ValidatorException(String msg, Throwable cause) { argument
86 ValidatorException(Object type, X509Certificate cert, Throwable cause) argument
98 ValidatorException(String msg, Object type, X509Certificate cert, Throwable cause) argument
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/
H A DKrbException.java48 public KrbException(Throwable cause) { argument
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DSQLException.java166 SQLException(Throwable cause) argument
188 SQLException(String reason, Throwable cause) argument
211 SQLException(String reason, String sqlState, Throwable cause) argument
237 SQLException(String reason, String sqlState, int vendorCode, Throwable cause) argument
[all...]
/openjdk10/jdk/test/java/sql/testng/util/
H A DBaseTest.java43 protected final String cause = "java.lang.Throwable: cause"; field in class:BaseTest
/openjdk10/test/lib/jdk/test/lib/dcmd/
H A DJMXExecutor.java181 private static String exceptionTraceAsString(Throwable cause) { argument
/openjdk10/jdk/test/javax/management/remote/mandatory/serverError/
H A DJMXServerErrorTest.java62 public KaefferError(String message, Throwable cause) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DGraalError.java52 public static RuntimeException shouldNotReachHere(Throwable cause) { argument
165 public GraalError(Throwable cause) { argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/
H A DIllegalAnnotationException.java75 public IllegalAnnotationException(String message, Throwable cause, Locatable src) { argument
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWLightweightFramePeer.java63 public boolean requestWindowFocus(FocusEvent.Cause cause) { argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DJToggleButton.java212 private JToggleButton getGroupSelection(FocusEvent.Cause cause) { argument
266 public void requestFocus(FocusEvent.Cause cause) { argument
270 private void requestFocusUnconditionally(FocusEvent.Cause cause) { argument
293 requestFocusInWindow(FocusEvent.Cause cause) argument
298 requestFocusInWindowUnconditionally(FocusEvent.Cause cause) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DCausedFocusEvent.java61 private final Cause cause; field in class:CausedFocusEvent
63 CausedFocusEvent(Component source, int id, boolean temporary, Component opposite, Cause cause) argument
H A DKeyboardFocusManagerPeerImpl.java145 public static void requestFocusFor(Component target, FocusEvent.Cause cause) { argument
108 deliverFocus(Component lightweightChild, Component target, boolean temporary, boolean focusedWindowChangeAllowed, long time, FocusEvent.Cause cause, Component currentFocusOwner) argument
150 shouldNativelyFocusHeavyweight(Component heavyweight, Component descendant, boolean temporary, boolean focusedWindowChangeAllowed, long time, FocusEvent.Cause cause) argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/exception/
H A DJAXWSExceptionBase.java83 protected JAXWSExceptionBase(Localizable msg, Throwable cause) { argument
/openjdk10/jdk/src/java.base/share/classes/java/security/cert/
H A DCertPathValidatorException.java115 public CertPathValidatorException(Throwable cause) { argument
128 CertPathValidatorException(String msg, Throwable cause) argument
149 CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index) argument
175 CertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index, Reason reason) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandleStatics.java110 /*non-public*/ static InternalError newInternalError(String message, Exception cause) { argument
113 /*non-public*/ static InternalError newInternalError(Exception cause) { argument
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DExchangeImpl.java160 abstract void cancel(IOException cause); argument
/openjdk10/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/monitor/
H A DMonitoredVm.java133 void setLastException(Exception cause); argument
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWKeyboardFocusManagerPeer.java73 deliverFocus(Component lightweightChild, Component target, boolean temporary, boolean focusedWindowChangeAllowed, long time, Cause cause) argument
/openjdk10/jdk/src/java.naming/share/classes/javax/naming/
H A DNamingException.java381 initCause(Throwable cause) argument
[all...]
/openjdk10/jdk/test/java/lang/Throwable/
H A DStackTraceSerialization.java178 HighLevelException(Throwable cause) { super(cause); } argument
182 MidLevelException(Throwable cause) { super(cause); } argument
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXKeyboardFocusManagerPeer.java99 deliverFocus(Component lightweightChild, Component target, boolean temporary, boolean focusedWindowChangeAllowed, long time, FocusEvent.Cause cause) argument
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/
H A DRemoteExecutionControl.java126 protected String throwConvertedInvocationException(Throwable cause) throws RunException, InternalException { argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javah/
H A DUtil.java63 Exit(int exitValue, Throwable cause) { argument
74 public final Throwable cause; field in class:Util.Exit
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DECMAErrors.java56 private static ECMAException error(final Object thrown, final Throwable cause) { argument
144 public static ECMAException syntaxError(final Throwable cause, final String msgId, final String... args) { argument
158 public static ECMAException syntaxError(final Global global, final Throwable cause, final String msgId, final String... args) { argument
197 typeError(final Throwable cause, final String msgId, final String... args) argument
211 typeError(final Global global, final Throwable cause, final String msgId, final String... args) argument
250 rangeError(final Throwable cause, final String msgId, final String... args) argument
264 rangeError(final Global global, final Throwable cause, final String msgId, final String... args) argument
303 referenceError(final Throwable cause, final String msgId, final String... args) argument
317 referenceError(final Global global, final Throwable cause, final String msgId, final String... args) argument
356 uriError(final Throwable cause, final String msgId, final String... args) argument
370 uriError(final Global global, final Throwable cause, final String msgId, final String... args) argument
[all...]

Completed in 1476 milliseconds

1234567891011>>