|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.infoway.messagebuilder.j5goodies.BeanReflectionException
public class BeanReflectionException
An exception that indicates that a problem was encountered while performing reflection on a bean.
Constructor Summary | |
---|---|
BeanReflectionException(BeanProperty beanProperty,
Throwable cause)
Standard constructor. |
|
BeanReflectionException(Class<?> beanClass,
PropertyDescriptor descriptor,
Throwable cause)
Standard constructor. |
|
BeanReflectionException(Throwable e)
Standard constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 |
Constructor Detail |
---|
public BeanReflectionException(BeanProperty beanProperty, Throwable cause)
Standard constructor.
beanProperty
- - the bean property that caused the exception.cause
- - the problem that was encountered.public BeanReflectionException(Class<?> beanClass, PropertyDescriptor descriptor, Throwable cause)
Standard constructor.
beanClass
- - the bean type that caused the exception.descriptor
- - the descriptor of the property that caused the exception.cause
- - the problem that was encountered.public BeanReflectionException(Throwable e)
Standard constructor.
e
- - the problem that was encountered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |