MorphDynaBean doesn't follow DynaBean interface
Brought to you by:
aalmiray
The documentation (javadoc) for the DynaBean interface specifies that if a property does exist an IllegalArgumentException should be thrown. MorphDynaBean throws a MorphException instead. MorphDynaBean should throw the exceptions specified by the DynaBean javadoc.