PCJ API
Version 1.2

bak.pcj.map
Class NoSuchMappingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bybak.pcj.map.NoSuchMappingException
All Implemented Interfaces:
Serializable

public class NoSuchMappingException
extends RuntimeException

Thrown to indicate that an attempt was made to retrieve a non-existing mapping in a map.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
NoSuchMappingException(String s)
          Creates a new exception with a specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchMappingException

public NoSuchMappingException(String s)
Creates a new exception with a specified detail message. The message indicates the key of the mapping that was not available.

Parameters:
s - the detail message.
Throws:
NullPointerException - if s is null.

PCJ API
Version 1.2

Report a bug or request a feature.
Further information on the development and latest release of PCJ can be found at the project homepage.

Primitive Collections for Java is released under the GNU Lesser General Public License.
Copyright © 2002, 2003 Søren Bak. All Rights Reserved.

Hosted by SourceForge.net
SourceForge.net Logo