|
||||||||||
| 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.IllegalPropertyNameException
public class IllegalPropertyNameException
Represents the error when a property name is illegal.
Codehaus.org.
| Constructor Summary | |
|---|---|
IllegalPropertyNameException(java.lang.Class type,
java.lang.String name)
Create an IllegalPropertyNameException object. |
|
IllegalPropertyNameException(java.lang.Class type,
java.lang.String name,
java.lang.String msg)
Create an IllegalPropertyNameException 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 IllegalPropertyNameException(java.lang.Class type,
java.lang.String name,
java.lang.String msg)
type - the component type.name - the property name.msg - the error message.
public IllegalPropertyNameException(java.lang.Class type,
java.lang.String name)
type - the component type.name - the property name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||