org.jdom.contrib.beans
Class BeanMapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)
getRootCause
public java.lang.Exception getRootCause()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2011 Jason Hunter, Brett McLaughlin. All Rights Reserved.