|
||||||||||
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
jfun.jaskell.JaskellException
jfun.jaskell.EvaluationException
jfun.jaskell.InvalidArgumentException
jfun.jaskell.InvalidBeanPropertyException
public class InvalidBeanPropertyException
Represents an invalid bean property.
Constructor Summary | |
---|---|
InvalidBeanPropertyException(java.lang.Class beanclass,
java.lang.String propname)
Create InvalidBeanPropertyException instance. |
|
InvalidBeanPropertyException(java.lang.Class beanclass,
java.lang.String propname,
java.lang.String msg)
Create InvalidBeanPropertyException instance. |
|
InvalidBeanPropertyException(java.lang.Class beanclass,
java.lang.String propname,
java.lang.String msg,
java.lang.Throwable cause)
Create InvalidBeanPropertyException instance. |
|
InvalidBeanPropertyException(java.lang.Class beanclass,
java.lang.String propname,
java.lang.Throwable cause)
Create InvalidBeanPropertyException instance. |
Method Summary | |
---|---|
java.lang.Class |
getBeanClass()
To get the bean class. |
java.lang.String |
getInvalidPropertyName()
To get the name of the invalid property. |
Methods inherited from class jfun.jaskell.EvaluationException |
---|
printEvaluationTrace, printEvaluationTrace, printEvaluationTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidBeanPropertyException(java.lang.Class beanclass, java.lang.String propname, java.lang.String msg, java.lang.Throwable cause)
beanclass
- the bean class.propname
- the invalid property name.msg
- the error message.cause
- the causing exception.public InvalidBeanPropertyException(java.lang.Class beanclass, java.lang.String propname, java.lang.String msg)
beanclass
- the bean class.propname
- the invalid property name.msg
- the error message.public InvalidBeanPropertyException(java.lang.Class beanclass, java.lang.String propname)
beanclass
- the bean class.propname
- the invalid property name.public InvalidBeanPropertyException(java.lang.Class beanclass, java.lang.String propname, java.lang.Throwable cause)
beanclass
- the bean class.propname
- the invalid property name.cause
- the causing exception.Method Detail |
---|
public java.lang.Class getBeanClass()
public java.lang.String getInvalidPropertyName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |