Uploaded image for project: 'Velocity'
  1. Velocity
  2. VELOCITY-452

In ASTMethod.execute the IllegalArgumentException should be catched

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.5
    • 1.6
    • Engine
    • None

    Description

      The IllegalArgumentException can be thrown by java.lang.reflect.Method#invoke(java.lang.Object, java.lang.Object[])

      <blockquote>
      if the method is an instance method and the specified object argument is not an instance of the class or interface declaring the underlying method (or of a subclass or implementor thereof); if the number of actual and formal parameters differ; if an unwrapping conversion for primitive arguments fails; or if, after possible unwrapping, a parameter value cannot be converted to the corresponding formal parameter type by a method invocation conversion.
      </blockquote>

      It is caused by the passed parameters and should be catched to provide the location in template to the template author.

      Attachments

        Activity

          People

            henning Henning Schmiedehausen
            alex+news@olmisoft.com Alexey Panchenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: