|
||||||||||
| 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.yan.YanException
jfun.yan.TypeMismatchException
jfun.yan.PropertyTypeMismatchException
public class PropertyTypeMismatchException
Represents an exception where the type of the actual property value does not match the expected property type.
Codehaus.org.
| Constructor Summary | |
|---|---|
PropertyTypeMismatchException(java.lang.Object ckey,
java.lang.Class src,
java.lang.Object lkey,
java.lang.Class param_type,
java.lang.Class arg_type)
Create a PropertyTypeMismatchException object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getComponentKey()
Get the component key. |
java.lang.Object |
getPropertyKey()
Get the property key. |
java.lang.Class |
getSource()
To get the source of the exception. |
| Methods inherited from class jfun.yan.TypeMismatchException |
|---|
getActualType, getExpectedType |
| Methods inherited from class jfun.yan.YanException |
|---|
clearResolutionTrace, getResolutionTrace, printResolutionTrace, printResolutionTrace, printResolutionTrace, printStackTrace, printStackTrace, push |
| 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 PropertyTypeMismatchException(java.lang.Object ckey,
java.lang.Class src,
java.lang.Object lkey,
java.lang.Class param_type,
java.lang.Class arg_type)
ckey - the component key.src - the source class that caused this property mismatch problem.lkey - the property key.param_type - the expected type.arg_type - the type of the actual value.| Method Detail |
|---|
public java.lang.Object getComponentKey()
public java.lang.Object getPropertyKey()
public java.lang.Class getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||