|
||||||||||
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
org.slim3.commons.exception.SRuntimeException
org.slim3.container.exception.BindingFailureRuntimeException
public class BindingFailureRuntimeException
This exception is thrown when an exception is encountered while binding.
Field Summary | |
---|---|
protected Class<?> |
beanClass
The bean class. |
protected String |
propertyName
The property name. |
Constructor Summary | |
---|---|
BindingFailureRuntimeException(Class<?> beanClass,
String propertyName,
Throwable cause)
Constructor. |
Method Summary | |
---|---|
Class<?> |
getBeanClass()
Returns the bean class. |
String |
getPropertyName()
Returns the property name. |
Methods inherited from class org.slim3.commons.exception.SRuntimeException |
---|
convertCauseMessage, getArgs, getMessageCode |
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 |
Field Detail |
---|
protected Class<?> beanClass
protected String propertyName
Constructor Detail |
---|
public BindingFailureRuntimeException(Class<?> beanClass, String propertyName, Throwable cause)
beanClass
- the bean classpropertyName
- the property namecause
- the causeMethod Detail |
---|
public Class<?> getBeanClass()
public String getPropertyName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |