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