|
||||||||||
| 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.InvalidPropertyException
jfun.yan.NonWritablePropertyException
public class NonWritablePropertyException
Represents an exception when a bean component tries to set a property that is not writable.
Codehaus.org.
| Constructor Summary | |
|---|---|
NonWritablePropertyException(java.lang.Class type,
java.lang.String name)
Create a NonWritablePropertyException object. |
|
NonWritablePropertyException(java.lang.Class type,
java.lang.String name,
java.lang.String msg)
Create a NonWritablePropertyException object. |
|
| Method Summary |
|---|
| Methods inherited from class jfun.yan.InvalidPropertyException |
|---|
getComponentType, getPropertyName |
| 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 NonWritablePropertyException(java.lang.Class type,
java.lang.String name)
type - the property type.name - the property name.
public NonWritablePropertyException(java.lang.Class type,
java.lang.String name,
java.lang.String msg)
type - the property type.name - the property name.msg - the error message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||