Searched refs:IllegalArgumentException (Results 1 - 25 of 1947) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/com/sun/javadoc/testThrowsHead/
H A DC.java25 public void method() throws IllegalArgumentException {}
/openjdk7/jdk/src/share/classes/java/lang/
H A DIllegalArgumentException.java37 class IllegalArgumentException extends RuntimeException { class in inherits:RuntimeException
39 * Constructs an <code>IllegalArgumentException</code> with no
42 public IllegalArgumentException() { method in class:IllegalArgumentException
47 * Constructs an <code>IllegalArgumentException</code> with the
52 public IllegalArgumentException(String s) { method in class:IllegalArgumentException
72 public IllegalArgumentException(String message, Throwable cause) { method in class:IllegalArgumentException
90 public IllegalArgumentException(Throwable cause) { method in class:IllegalArgumentException
/openjdk7/langtools/test/tools/javac/warnings/
H A DFinally.java43 throw new IllegalArgumentException();
57 throw new IllegalArgumentException();
71 throw new IllegalArgumentException();
82 throw new IllegalArgumentException();
94 throw new IllegalArgumentException();
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DFieldAccessor.java35 public Object get(Object obj) throws IllegalArgumentException;
38 public boolean getBoolean(Object obj) throws IllegalArgumentException;
41 public byte getByte(Object obj) throws IllegalArgumentException;
44 public char getChar(Object obj) throws IllegalArgumentException;
47 public short getShort(Object obj) throws IllegalArgumentException;
50 public int getInt(Object obj) throws IllegalArgumentException;
53 public long getLong(Object obj) throws IllegalArgumentException;
56 public float getFloat(Object obj) throws IllegalArgumentException;
59 public double getDouble(Object obj) throws IllegalArgumentException;
63 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DFieldAccessorImpl.java36 throws IllegalArgumentException;
40 throws IllegalArgumentException;
44 throws IllegalArgumentException;
48 throws IllegalArgumentException;
52 throws IllegalArgumentException;
56 throws IllegalArgumentException;
60 throws IllegalArgumentException;
64 throws IllegalArgumentException;
68 throws IllegalArgumentException;
72 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeBooleanFieldAccessorImpl.java35 public Object get(Object obj) throws IllegalArgumentException {
39 public boolean getBoolean(Object obj) throws IllegalArgumentException {
44 public byte getByte(Object obj) throws IllegalArgumentException {
48 public char getChar(Object obj) throws IllegalArgumentException {
52 public short getShort(Object obj) throws IllegalArgumentException {
56 public int getInt(Object obj) throws IllegalArgumentException {
60 public long getLong(Object obj) throws IllegalArgumentException {
64 public float getFloat(Object obj) throws IllegalArgumentException {
68 public double getDouble(Object obj) throws IllegalArgumentException {
73 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeObjectFieldAccessorImpl.java35 public Object get(Object obj) throws IllegalArgumentException {
40 public boolean getBoolean(Object obj) throws IllegalArgumentException {
44 public byte getByte(Object obj) throws IllegalArgumentException {
48 public char getChar(Object obj) throws IllegalArgumentException {
52 public short getShort(Object obj) throws IllegalArgumentException {
56 public int getInt(Object obj) throws IllegalArgumentException {
60 public long getLong(Object obj) throws IllegalArgumentException {
64 public float getFloat(Object obj) throws IllegalArgumentException {
68 public double getDouble(Object obj) throws IllegalArgumentException {
73 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeQualifiedBooleanFieldAccessorImpl.java37 public Object get(Object obj) throws IllegalArgumentException {
41 public boolean getBoolean(Object obj) throws IllegalArgumentException {
46 public byte getByte(Object obj) throws IllegalArgumentException {
50 public char getChar(Object obj) throws IllegalArgumentException {
54 public short getShort(Object obj) throws IllegalArgumentException {
58 public int getInt(Object obj) throws IllegalArgumentException {
62 public long getLong(Object obj) throws IllegalArgumentException {
66 public float getFloat(Object obj) throws IllegalArgumentException {
70 public double getDouble(Object obj) throws IllegalArgumentException {
75 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeQualifiedObjectFieldAccessorImpl.java37 public Object get(Object obj) throws IllegalArgumentException {
42 public boolean getBoolean(Object obj) throws IllegalArgumentException {
46 public byte getByte(Object obj) throws IllegalArgumentException {
50 public char getChar(Object obj) throws IllegalArgumentException {
54 public short getShort(Object obj) throws IllegalArgumentException {
58 public int getInt(Object obj) throws IllegalArgumentException {
62 public long getLong(Object obj) throws IllegalArgumentException {
66 public float getFloat(Object obj) throws IllegalArgumentException {
70 public double getDouble(Object obj) throws IllegalArgumentException {
75 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeQualifiedStaticBooleanFieldAccessorImpl.java37 public Object get(Object obj) throws IllegalArgumentException {
41 public boolean getBoolean(Object obj) throws IllegalArgumentException {
45 public byte getByte(Object obj) throws IllegalArgumentException {
49 public char getChar(Object obj) throws IllegalArgumentException {
53 public short getShort(Object obj) throws IllegalArgumentException {
57 public int getInt(Object obj) throws IllegalArgumentException {
61 public long getLong(Object obj) throws IllegalArgumentException {
65 public float getFloat(Object obj) throws IllegalArgumentException {
69 public double getDouble(Object obj) throws IllegalArgumentException {
74 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeQualifiedStaticByteFieldAccessorImpl.java37 public Object get(Object obj) throws IllegalArgumentException {
41 public boolean getBoolean(Object obj) throws IllegalArgumentException {
45 public byte getByte(Object obj) throws IllegalArgumentException {
49 public char getChar(Object obj) throws IllegalArgumentException {
53 public short getShort(Object obj) throws IllegalArgumentException {
57 public int getInt(Object obj) throws IllegalArgumentException {
61 public long getLong(Object obj) throws IllegalArgumentException {
65 public float getFloat(Object obj) throws IllegalArgumentException {
69 public double getDouble(Object obj) throws IllegalArgumentException {
74 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeQualifiedStaticCharacterFieldAccessorImpl.java37 public Object get(Object obj) throws IllegalArgumentException {
41 public boolean getBoolean(Object obj) throws IllegalArgumentException {
45 public byte getByte(Object obj) throws IllegalArgumentException {
49 public char getChar(Object obj) throws IllegalArgumentException {
53 public short getShort(Object obj) throws IllegalArgumentException {
57 public int getInt(Object obj) throws IllegalArgumentException {
61 public long getLong(Object obj) throws IllegalArgumentException {
65 public float getFloat(Object obj) throws IllegalArgumentException {
69 public double getDouble(Object obj) throws IllegalArgumentException {
74 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeQualifiedStaticObjectFieldAccessorImpl.java37 public Object get(Object obj) throws IllegalArgumentException {
41 public boolean getBoolean(Object obj) throws IllegalArgumentException {
45 public byte getByte(Object obj) throws IllegalArgumentException {
49 public char getChar(Object obj) throws IllegalArgumentException {
53 public short getShort(Object obj) throws IllegalArgumentException {
57 public int getInt(Object obj) throws IllegalArgumentException {
61 public long getLong(Object obj) throws IllegalArgumentException {
65 public float getFloat(Object obj) throws IllegalArgumentException {
69 public double getDouble(Object obj) throws IllegalArgumentException {
74 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeStaticBooleanFieldAccessorImpl.java35 public Object get(Object obj) throws IllegalArgumentException {
39 public boolean getBoolean(Object obj) throws IllegalArgumentException {
43 public byte getByte(Object obj) throws IllegalArgumentException {
47 public char getChar(Object obj) throws IllegalArgumentException {
51 public short getShort(Object obj) throws IllegalArgumentException {
55 public int getInt(Object obj) throws IllegalArgumentException {
59 public long getLong(Object obj) throws IllegalArgumentException {
63 public float getFloat(Object obj) throws IllegalArgumentException {
67 public double getDouble(Object obj) throws IllegalArgumentException {
72 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeStaticByteFieldAccessorImpl.java35 public Object get(Object obj) throws IllegalArgumentException {
39 public boolean getBoolean(Object obj) throws IllegalArgumentException {
43 public byte getByte(Object obj) throws IllegalArgumentException {
47 public char getChar(Object obj) throws IllegalArgumentException {
51 public short getShort(Object obj) throws IllegalArgumentException {
55 public int getInt(Object obj) throws IllegalArgumentException {
59 public long getLong(Object obj) throws IllegalArgumentException {
63 public float getFloat(Object obj) throws IllegalArgumentException {
67 public double getDouble(Object obj) throws IllegalArgumentException {
72 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeStaticCharacterFieldAccessorImpl.java35 public Object get(Object obj) throws IllegalArgumentException {
39 public boolean getBoolean(Object obj) throws IllegalArgumentException {
43 public byte getByte(Object obj) throws IllegalArgumentException {
47 public char getChar(Object obj) throws IllegalArgumentException {
51 public short getShort(Object obj) throws IllegalArgumentException {
55 public int getInt(Object obj) throws IllegalArgumentException {
59 public long getLong(Object obj) throws IllegalArgumentException {
63 public float getFloat(Object obj) throws IllegalArgumentException {
67 public double getDouble(Object obj) throws IllegalArgumentException {
72 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
H A DUnsafeStaticObjectFieldAccessorImpl.java35 public Object get(Object obj) throws IllegalArgumentException {
39 public boolean getBoolean(Object obj) throws IllegalArgumentException {
43 public byte getByte(Object obj) throws IllegalArgumentException {
47 public char getChar(Object obj) throws IllegalArgumentException {
51 public short getShort(Object obj) throws IllegalArgumentException {
55 public int getInt(Object obj) throws IllegalArgumentException {
59 public long getLong(Object obj) throws IllegalArgumentException {
63 public float getFloat(Object obj) throws IllegalArgumentException {
67 public double getDouble(Object obj) throws IllegalArgumentException {
72 throws IllegalArgumentException, IllegalAccessExceptio
[all...]
/openjdk7/langtools/test/tools/javac/diags/examples/
H A DMulticatchCantBeAssigned.java28 void e2() throws IllegalArgumentException { }
34 } catch (final NullPointerException | IllegalArgumentException e) {
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DArray.java33 * operation, but throws an {@code IllegalArgumentException} if a narrowing
64 * @exception IllegalArgumentException if componentType is {@link Void#TYPE}
98 * @exception IllegalArgumentException if the specified {@code dimensions}
107 throws IllegalArgumentException, NegativeArraySizeException {
116 * @exception IllegalArgumentException if the object argument is not
120 throws IllegalArgumentException;
132 * @exception IllegalArgumentException If the specified object is not
139 throws IllegalArgumentException, ArrayIndexOutOfBoundsException;
149 * @exception IllegalArgumentException If the specified object is not
158 throws IllegalArgumentException, ArrayIndexOutOfBoundsExceptio
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DIllegalFormatException.java36 public class IllegalFormatException extends IllegalArgumentException {
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DJDIPermission.java87 * @throws IllegalArgumentException if the name argument is invalid.
92 throw new IllegalArgumentException("name: " + name);
101 * @throws IllegalArgumentException if arguments are invalid.
104 throws IllegalArgumentException {
107 throw new IllegalArgumentException("name: " + name);
110 throw new IllegalArgumentException("actions: " + actions);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpCounter.java46 * @exception IllegalArgumentException The specified value is negative
49 public SnmpCounter(int v) throws IllegalArgumentException {
56 * @exception IllegalArgumentException The specified value is negative
59 public SnmpCounter(Integer v) throws IllegalArgumentException {
66 * @exception IllegalArgumentException The specified value is negative
69 public SnmpCounter(long v) throws IllegalArgumentException {
76 * @exception IllegalArgumentException The specified value is negative
79 public SnmpCounter(Long v) throws IllegalArgumentException {
H A DSnmpGauge.java46 * @exception IllegalArgumentException The specified value is negative
49 public SnmpGauge(int v) throws IllegalArgumentException {
56 * @exception IllegalArgumentException The specified value is negative
59 public SnmpGauge(Integer v) throws IllegalArgumentException {
66 * @exception IllegalArgumentException The specified value is negative
69 public SnmpGauge(long v) throws IllegalArgumentException {
76 * @exception IllegalArgumentException The specified value is negative
79 public SnmpGauge(Long v) throws IllegalArgumentException {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/
H A DIllegalArgumentException.java21 * $Id: IllegalArgumentException.java,v 1.2.4.1 2005/08/31 11:47:56 pvedula Exp $
27 class IllegalArgumentException extends GetOptsException{ class in inherits:GetOptsException
29 public IllegalArgumentException(String msg){ method in class:IllegalArgumentException
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLSessionContext.java93 * @exception IllegalArgumentException if the timeout specified is < 0.
97 throws IllegalArgumentException;
125 * @exception IllegalArgumentException if the specified size is < 0.
129 throws IllegalArgumentException;

Completed in 164 milliseconds

1234567891011>>