zombie.util.map
Class NoSuchMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by zombie.util.map.NoSuchMappingException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchMappingException
extends java.lang.RuntimeException

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

Since:
1.0
Version:
1.0 2002/30/12
Author:
Søren Bak
See Also:
Serialized Form

Constructor Summary
NoSuchMappingException(java.lang.String s)
          Creates a new exception with a specified detail message.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchMappingException

public NoSuchMappingException(java.lang.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:
java.lang.NullPointerException - if s is null.