Revision 40401 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/impl/DefaultFeature.java

View differences:

DefaultFeature.java
124 124
                    + this.getDataTypesManager().getTypeName(
125 125
                        attribute.getType()) + " from '"
126 126
                    + value.getClass().getName() + "' with value '"
127
                    + value.toString() + "'.", e);
127
                    + value.toString() + "'.");
128 128
            }
129 129
		}
130 130
		
......
146 146
                return null;
147 147
            }
148 148
            throw new IllegalArgumentException(
149
                    "Can't convert to "+theClass.getSimpleName()+" from '"+value.getClass().getName()+"' with value '"+value.toString()+"'.",
150
                    e);
149
                    "Can't convert to "+theClass.getName()+
150
                    " from '"+value.getClass().getName()+
151
                    "' with value '"+value.toString()+"'.");
151 152
        }
152 153
    }
153 154
    

Also available in: Unified diff