org.jdom.contrib.beans
Class BeanMapperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdom.contrib.beans.BeanMapperException
All Implemented Interfaces:
java.io.Serializable

public class BeanMapperException
extends java.lang.Exception

Author:
Alex Chaffee (alex@jguru.com)
See Also:
Serialized Form

Constructor Summary
BeanMapperException(java.lang.Exception rootCause)
           
BeanMapperException(java.lang.String message)
           
BeanMapperException(java.lang.String message, java.lang.Exception rootCause)
           
 
Method Summary
 java.lang.Exception getRootCause()
           
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanMapperException

public BeanMapperException(java.lang.Exception rootCause)

BeanMapperException

public BeanMapperException(java.lang.String message,
                           java.lang.Exception rootCause)

BeanMapperException

public BeanMapperException(java.lang.String message)
Method Detail

getRootCause

public java.lang.Exception getRootCause()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable


Copyright © 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.