com.programix.value
Class ValueMapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.programix.value.ValueMapException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ValueMapRequiredKeyException
public class ValueMapException
- extends RuntimeException
Used to signal problems with ValueMap.
This is a RuntimeException, so it can be generally ignored
(use of try/catch is not required).
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValueMapException
public ValueMapException()
ValueMapException
public ValueMapException(String message)
ValueMapException
public ValueMapException(String message,
Throwable cause)
ValueMapException
public ValueMapException(Throwable cause)
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.