|
||||||||||
| 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
public class InvalidPropertyException
Represents any exception about a component property.
Codehaus.org.
| Constructor Summary | |
|---|---|
InvalidPropertyException(java.lang.Class type,
java.lang.String name)
Create an InvalidPropertyException object. |
|
InvalidPropertyException(java.lang.Class type,
java.lang.String name,
java.lang.String msg)
Create an InvalidPropertyException object. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getComponentType()
Get the component type. |
java.lang.String |
getPropertyName()
Get the property name. |
| 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 InvalidPropertyException(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 InvalidPropertyException(java.lang.Class type,
java.lang.String name)
type - the component type.name - the property name.| Method Detail |
|---|
public java.lang.Class getComponentType()
public java.lang.String getPropertyName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||