org.jbeanmapper
Class PropertyMappingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jbeanmapper.PropertyMappingException
All Implemented Interfaces:
java.io.Serializable

public class PropertyMappingException
extends java.lang.Exception

Author:
Brian Pugh
See Also:
Serialized Form

Constructor Summary
PropertyMappingException()
          Constructs a PropertyMappingException with no detail message.
PropertyMappingException(java.lang.String str)
          Constructs a PropertyMappingException with the specified detail message.
PropertyMappingException(java.lang.String str, java.lang.Throwable throwable)
          Constructs a PropertyMappingException with the specified detail message and cause.
PropertyMappingException(java.lang.Throwable throwable)
          Constructs a PropertyMappingException with the specified cause.
 
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

PropertyMappingException

public PropertyMappingException()
Constructs a PropertyMappingException with no detail message.


PropertyMappingException

public PropertyMappingException(java.lang.String str)
Constructs a PropertyMappingException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
str - the detail message

PropertyMappingException

public PropertyMappingException(java.lang.String str,
                                java.lang.Throwable throwable)
Constructs a PropertyMappingException with the specified detail message and cause. A detail message is a String that describes this particular exception.

Parameters:
str - the detail message
throwable - the cause

PropertyMappingException

public PropertyMappingException(java.lang.Throwable throwable)
Constructs a PropertyMappingException with the specified cause.

Parameters:
throwable - the cause