lib.jGroupware.utils
Class InvalidMappingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bylib.jGroupware.utils.InvalidMappingException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMappingException
extends java.lang.Exception

Used when a mapping is used to populate a class and the mapping does not match the bean's properties.

Author:
Gareth Webber
See Also:
Serialized Form

Constructor Summary
InvalidMappingException(java.lang.String description)
          Constructor for the InvalidMappingException object
InvalidMappingException(java.lang.String description, java.lang.Throwable cause)
          Constructor for the InvalidMappingException object
 
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

InvalidMappingException

public InvalidMappingException(java.lang.String description)
Constructor for the InvalidMappingException object

Parameters:
description - Description of the Parameter

InvalidMappingException

public InvalidMappingException(java.lang.String description,
                               java.lang.Throwable cause)
Constructor for the InvalidMappingException object

Parameters:
description - Description of the Parameter
cause - Description of the Parameter