Searched defs:throwException (Results 1 - 25 of 43) sorted by relevance

12

/openjdk10/jdk/test/javax/management/MBeanServer/
H A DExceptionThrower.java32 public Exception throwException(int exceptionIndex) { method in class:ExceptionThrower
H A DExceptionThrowerMBean.java28 public Exception throwException(int exceptionIndex); method in interface:ExceptionThrowerMBean
/openjdk10/jdk/test/javax/management/remote/mandatory/socketFactories/
H A DRMIServerFactory.java32 private boolean throwException; field in class:RMIServerFactory
H A DRMIClientFactory.java32 private boolean throwException; field in class:RMIClientFactory
/openjdk10/jdk/test/java/lang/reflect/Proxy/src/test/jdk/test/internal/
H A DR.java31 public void throwException() throws FooException; method in interface:R
H A DRImpl.java33 public void throwException() throws FooException { method in class:RImpl
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DInvokeExceptionTest.java40 public static synchronized void throwException(int i) { method in class:InvokeExceptionTest
H A DProfilingInfoTest.java260 private static int throwException(boolean doThrow) { method in class:ProfilingInfoTest
/openjdk10/jdk/test/java/nio/channels/DatagramChannel/
H A DSender.java73 void throwException() throws Exception { method in class:Sender.Client
108 void throwException() throws Exception { method in class:Sender.Server
H A DConnect.java67 public void throwException() throws Exception; method in interface:Connect.Sprintable
78 public void throwException() throws Exception { method in class:Connect.Actor
138 public void throwException() throws Exception { method in class:Connect.Reactor
H A DEmptyBuffer.java95 void throwException() throws Exception { method in class:EmptyBuffer.Server
H A DSRTest.java81 public void throwException() throws Exception; method in interface:SRTest.Sprintable
92 public void throwException() throws Exception { method in class:SRTest.ClassicWriter
122 public void throwException() throws Exception { method in class:SRTest.NioWriter
156 public void throwException() throws Exception { method in class:SRTest.ClassicReader
187 public void throwException() throws Exception { method in class:SRTest.NioReader
/openjdk10/jdk/test/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java106 private static void throwException(Throwable t) { method in class:CloseServerSocketOnTermination.SSF
/openjdk10/jdk/test/java/util/Currency/
H A DBug6807534.java68 static void throwException(String msg) { method in class:Bug6807534
/openjdk10/langtools/test/tools/javac/TryWithResources/
H A DTwrForVariable1.java113 public TwrForVariable1(boolean throwException) { argument
/openjdk10/jdk/test/javax/management/Introspector/
H A DUnregisterMBeanExceptionTest.java89 public boolean throwException; field in class:UnregisterMBeanExceptionTest.TestDynamicMBean
/openjdk10/jdk/src/java.base/share/classes/javax/net/ssl/
H A DSSLServerSocketFactory.java173 private ServerSocket throwException() throws SocketException { method in class:DefaultSSLServerSocketFactory
H A DSSLSocketFactory.java261 private Socket throwException() throws SocketException { method in class:DefaultSSLSocketFactory
/openjdk10/jdk/test/javax/crypto/EncryptedPrivateKeyInfo/
H A DGetKeySpecException.java73 private static void throwException(String msg) throws Exception { method in class:GetKeySpecException
[all...]
/openjdk10/jdk/test/java/lang/StackTraceElement/
H A DSerialTest.java237 public static StackTraceElement throwException() { method in class:SerialTest
/openjdk10/jdk/test/java/text/AttributedString/
H A DAttributedStringTest.java224 private static final void throwException(AttributedCharacterIterator iterator, String details) throws Exception { method in class:AttributedStringTest
[all...]
/openjdk10/jdk/test/javax/management/security/
H A DMBS_LightMBean.java82 public void throwException() throws Exception; method in interface:MBS_LightMBean
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DDeoptimizeOnExceptionTest.java137 private static void throwException() throws Exception { method in class:DeoptimizeOnExceptionTest
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/
H A DTypeDataBase.java38 public Type lookupType(String cTypeName, boolean throwException); argument
47 public Integer lookupIntConstant(String constantName, boolean throwException); argument
56 public Long lookupLongConstant(String constantName, boolean throwException); argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DNextAction.java109 public void throwException( Packet response, Throwable t ) { method in class:NextAction
123 public void throwException(Throwable t) { method in class:NextAction

Completed in 178 milliseconds

12