|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.webmacro.RethrowableException
org.webmacro.WebMacroException
org.webmacro.ContextException
org.webmacro.PropertyException
org.webmacro.PropertyException.NoSuchMethodException
NoSuchMethodException indicates that the variable did not have the requested method.
| Nested Class Summary |
| Field Summary | |
java.lang.String |
className
|
java.lang.String |
methodName
|
java.lang.String |
variableName
|
| Constructor Summary | |
PropertyException.NoSuchMethodException(java.lang.String methodName,
java.lang.String variableName,
java.lang.String className)
|
|
| Methods inherited from class org.webmacro.PropertyException |
getMessage, setMessage |
| Methods inherited from class org.webmacro.WebMacroException |
getContextLocation, setContextLocation |
| Methods inherited from class org.webmacro.RethrowableException |
getCaught, getCause, getRootCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String methodName
public java.lang.String className
public java.lang.String variableName
| Constructor Detail |
public PropertyException.NoSuchMethodException(java.lang.String methodName,
java.lang.String variableName,
java.lang.String className)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||