org.jdom.contrib.beans
Class BeanMapperException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jdom.contrib.beans.BeanMapperException

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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, 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 © 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.