org.jbeanmapper
Class BeanMappingException

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

public class BeanMappingException
extends java.lang.Exception

Author:
Brian Pugh
See Also:
Serialized Form

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

BeanMappingException

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


BeanMappingException

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

Parameters:
str - the detail message

BeanMappingException

public BeanMappingException(java.lang.String str,
                            java.lang.Throwable throwable)
Constructs a BeanMappingException 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

BeanMappingException

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

Parameters:
throwable - the cause