jodd.bean
Class BeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jodd.exception.UncheckedException
jodd.bean.BeanException
- All Implemented Interfaces:
- java.io.Serializable
public class BeanException
- extends UncheckedException
Unchecked bean exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BeanException
public BeanException(java.lang.Throwable t)
BeanException
public BeanException()
BeanException
public BeanException(java.lang.String message)
BeanException
public BeanException(java.lang.String message,
jodd.bean.BeanProperty bp)
BeanException
public BeanException(java.lang.String message,
java.lang.Throwable t)
BeanException
public BeanException(java.lang.String message,
jodd.bean.BeanProperty bp,
java.lang.Throwable t)
Copyright © 2003-2012 Jodd Team