org.mentawai.bean
Class BeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mentawai.bean.BeanException
- All Implemented Interfaces:
- java.io.Serializable
public class BeanException
- extends java.lang.Exception
An exception that can happen when working with MentaBeans.
- Author:
- Sergio Oliveira
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.Throwable |
rootCause
|
|
Method Summary |
java.lang.Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
rootCause
protected final java.lang.Throwable rootCause
BeanException
public BeanException()
BeanException
public BeanException(java.lang.Throwable e)
BeanException
public BeanException(java.lang.String msg)
BeanException
public BeanException(java.lang.String msg,
java.lang.Throwable e)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause in class java.lang.Throwable
Copyright © 2005 Mentawai Team. All Rights Reserved.