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.


Variable Index

 o argument

Constructor Index

 o IllegalElementException()
 o IllegalElementException(Object, String)

Variables

 o argument
 public Object argument

Constructors

 o IllegalElementException
 public IllegalElementException()
 o IllegalElementException
 public IllegalElementException(Object v,
                                String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index