Changeset 95
- Timestamp:
- 03/05/07 17:51:13 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/XJConf/converters/AbstractObjectValueConverter.php
r94 r95 64 64 $method->invoke($instance, $val); 65 65 } catch (ReflectionException $re) { 66 throw new ValueConversionException('Could not set attribute "' . $att->getName() . '" of "' . $this->getType() . '" using "' . $att->getSetterMethod( ) . '()", exception message: "' . $re->getMessage() . '".');66 throw new ValueConversionException('Could not set attribute "' . $att->getName() . '" of "' . $this->getType() . '" using "' . $att->getSetterMethod($tag) . '()", exception message: "' . $re->getMessage() . '".'); 67 67 } 68 68 }
