Package com.uwyn.jhighlight.pcj.map
Class NoSuchMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.uwyn.jhighlight.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
- Version:
- 1.0 2002/30/12
- Author:
- Søren Bak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchMappingException(String s)
Creates a new exception with a specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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.
-
-