Searched defs:exceptionName (Results 1 - 7 of 7) sorted by relevance

/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/
H A DThrowsTag.java51 String exceptionName(); method in interface:ThrowsTag
/openjdk9/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DThrowsTagImpl.java49 private final String exceptionName; field in class:ThrowsTagImpl
67 public String exceptionName() { method in class:ThrowsTagImpl
/openjdk9/jdk/test/com/sun/jdi/
H A DExceptionEvents.java108 final String exceptionName; field in class:ExceptionEvents
116 ExceptionEvents(String target, String exceptionName, boolean caught, boolean uncaught, int suspendPolicy) argument
239 goCaught(String target, String exceptionName) argument
255 goUncaught(String target, String exceptionName) argument
270 goNeither(String target, String exceptionName) argument
286 goSuspendPolicy(String target, boolean expectedEvent, String exceptionName, boolean caught, boolean uncaught) argument
303 go(String target, boolean expectedEvent, String exceptionName, boolean caught, boolean uncaught, int suspendPolicy) argument
[all...]
/openjdk9/corba/make/src/classes/build/tools/logutil/
H A DMC.java260 private void writeMethods(String groupName, String exceptionName, String errorName, argument
295 private void writeMethodStatusCause(String groupName, String exceptionName, argument
338 writeMethodStatus(String exceptionName, String ident, int numParams, IndentingPrintWriter pw) argument
356 writeMethodCause(String exceptionName, String ident, int numParams, IndentingPrintWriter pw) argument
375 writeMethodNoArgs(String exceptionName, String ident, int numParams, IndentingPrintWriter pw) argument
490 getMessageID(String groupName, String exceptionName, int code) argument
505 getStandardMessageID(String exceptionName, int code) argument
519 getSunMessageID(String groupName, String exceptionName, int code) argument
530 getExceptionID(String exceptionName) argument
[all...]
/openjdk9/jdk/src/jdk.crypto.ec/share/native/libsunec/
H A DECC_JNI.cpp47 void ThrowException(JNIEnv *env, const char *exceptionName) argument
/openjdk9/jdk/src/jdk.crypto.mscapi/windows/native/libsunmscapi/
H A Dsecurity.cpp64 void ThrowExceptionWithMessage(JNIEnv *env, const char *exceptionName, argument
77 void ThrowException(JNIEnv *env, const char *exceptionName, DWORD dwError) argument
/openjdk9/jdk/test/java/util/concurrent/tck/
H A DJSR166TestCase.java898 public void threadShouldThrow(String exceptionName) { argument
1162 public void shouldThrow(String exceptionName) { argument

Completed in 74 milliseconds