KeyException.KeyException
Class Overview | Class Members | 
  This Package | 
All Packages
 public KeyException()
Description
 Constructs a KeyException with no detail message. A detail
 message is a String that describes this particular exception.
 public KeyException( String msg )
Parameters
-  msg 
-  the detail message.
  
Description
 Constructs a KeyException with the specified detail message.
 A detail message is a String that describes this particular
 exception.