org.webmacro
Class PropertyException.NoSuchMethodWithArgumentsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.webmacro.RethrowableException
              extended byorg.webmacro.WebMacroException
                  extended byorg.webmacro.ContextException
                      extended byorg.webmacro.PropertyException
                          extended byorg.webmacro.PropertyException.NoSuchMethodWithArgumentsException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PropertyException

public static class PropertyException.NoSuchMethodWithArgumentsException
extends PropertyException

NoSuchMethodWithArgumentsException indicates that the variable did not have the a method with the request name and argument list

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.webmacro.PropertyException
PropertyException.InvalidTypeException, PropertyException.NoSuchMethodException, PropertyException.NoSuchMethodWithArgumentsException, PropertyException.NoSuchPropertyException, PropertyException.NoSuchVariableException, PropertyException.NullToStringException, PropertyException.NullValueException, PropertyException.RestrictedMethodException, PropertyException.RestrictedPropertyException, PropertyException.UndefinedVariableException, PropertyException.VoidValueException
 
Field Summary
 java.lang.String arguments
           
 java.lang.String className
           
 java.lang.String methodName
           
 
Constructor Summary
PropertyException.NoSuchMethodWithArgumentsException(java.lang.String methodName, java.lang.String className, java.lang.String arguments)
           
 
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

methodName

public java.lang.String methodName

className

public java.lang.String className

arguments

public java.lang.String arguments
Constructor Detail

PropertyException.NoSuchMethodWithArgumentsException

public PropertyException.NoSuchMethodWithArgumentsException(java.lang.String methodName,
                                                            java.lang.String className,
                                                            java.lang.String arguments)