org.webmacro
Class PropertyException.NoSuchMethodException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.webmacro.RethrowableException
|
+--org.webmacro.WebMacroException
|
+--org.webmacro.ContextException
|
+--org.webmacro.PropertyException
|
+--org.webmacro.PropertyException.NoSuchMethodException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- PropertyException
- public static class PropertyException.NoSuchMethodException
- extends PropertyException
NoSuchMethodException indicates that the variable did not have
the requested method.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
methodName
public java.lang.String methodName
className
public java.lang.String className
variableName
public java.lang.String variableName
PropertyException.NoSuchMethodException
public PropertyException.NoSuchMethodException(java.lang.String methodName,
java.lang.String variableName,
java.lang.String className)