Searched defs:IllegalArgumentException (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DIllegalArgumentException.java36 class IllegalArgumentException extends RuntimeException { class in inherits:RuntimeException
41 public IllegalArgumentException() { method in class:IllegalArgumentException
51 public IllegalArgumentException(String s) { method in class:IllegalArgumentException
71 public IllegalArgumentException(String message, Throwable cause) { method in class:IllegalArgumentException
89 public IllegalArgumentException(Throwable cause) { method in class:IllegalArgumentException
/openjdk9/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DBasicTest.java73 void test2(@C @D BasicTest<T> this) throws @A IllegalArgumentException, @B IOException { field in class:BasicTest

Completed in 52 milliseconds