All Packages Class Hierarchy This Package Previous Next Index
Class collections.IllegalElementException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.lang.IllegalArgumentException
|
+----collections.IllegalElementException
- public class IllegalElementException
- extends IllegalArgumentException
IllegalElementException is thrown by Collection methods
that add (or replace) elements (and/or keys) when their
arguments are null or do not pass screeners.
-
argument
-
-
IllegalElementException()
-
-
IllegalElementException(Object, String)
-
argument
public Object argument
IllegalElementException
public IllegalElementException()
IllegalElementException
public IllegalElementException(Object v,
String msg)
All Packages Class Hierarchy This Package Previous Next Index