Class MappingRuntimeException

java.lang.Object
All Implemented Interfaces:
Serializable

public class MappingRuntimeException extends IllegalStateException
An exception indicating an invalid mapping error. This exception extends IllegalStateException so that it can be used to replace current uses of IllegalStateException within the mapping framework. This exception is used when a nested exception needs to be reported.
Version:
$Revision$ $Date: 2006-04-10 16:39:24 -0600 (Mon, 10 Apr 2006) $
Author:
Assaf Arkin, Keith Visco
See Also: