Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtils.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtils.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtils.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtils.java Tue Jun 7 00:27:52 2016 @@ -110,11 +110,11 @@ public class LocaleBeanUtils extends Bea * @param pattern The conversion pattern * @return The indexed property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getIndexedProperty(Object, String, String) @@ -138,11 +138,11 @@ public class LocaleBeanUtils extends Bea * to be extracted * @return The indexed property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getIndexedProperty(Object, String) @@ -166,11 +166,11 @@ public class LocaleBeanUtils extends Bea * @param pattern The conversion pattern * @return The indexed property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getIndexedProperty(Object, String, int, String) @@ -195,11 +195,11 @@ public class LocaleBeanUtils extends Bea * @param index Index of the property value to be extracted * @return The indexed property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getIndexedProperty(Object, String, int) @@ -223,11 +223,11 @@ public class LocaleBeanUtils extends Bea * @param pattern The conversion pattern * @return The property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getSimpleProperty(Object, String, String) @@ -250,11 +250,11 @@ public class LocaleBeanUtils extends Bea * @param name Name of the property to be extracted * @return The property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getSimpleProperty(Object, String) @@ -278,11 +278,11 @@ public class LocaleBeanUtils extends Bea * @param pattern The conversion pattern * @return The mapped property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getMappedProperty(Object, String, String, String) @@ -308,11 +308,11 @@ public class LocaleBeanUtils extends Bea * @param key Lookup key of the property value to be extracted * @return The mapped property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getMappedProperty(Object, String, String) @@ -338,11 +338,11 @@ public class LocaleBeanUtils extends Bea * @param pattern The conversion pattern * @return The mapped property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getMappedPropertyLocale(Object, String, String) @@ -367,11 +367,11 @@ public class LocaleBeanUtils extends Bea * to be extracted * @return The mapped property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getMappedProperty(Object, String) @@ -395,11 +395,11 @@ public class LocaleBeanUtils extends Bea * @param pattern The conversion pattern * @return The nested property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getNestedProperty(Object, String, String) @@ -421,11 +421,11 @@ public class LocaleBeanUtils extends Bea * @param name Possibly nested name of the property to be extracted * @return The nested property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getNestedProperty(Object, String) @@ -449,11 +449,11 @@ public class LocaleBeanUtils extends Bea * @param pattern The conversion pattern * @return The nested property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getProperty(Object, String, String) @@ -476,11 +476,11 @@ public class LocaleBeanUtils extends Bea * to be extracted * @return The property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found * * @see LocaleBeanUtilsBean#getProperty(Object, String) @@ -503,9 +503,9 @@ public class LocaleBeanUtils extends Bea * @param name Property name (can be nested/indexed/mapped/combo) * @param value Value to be set * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception * * @see LocaleBeanUtilsBean#setProperty(Object, String, Object) @@ -528,9 +528,9 @@ public class LocaleBeanUtils extends Bea * @param value Value to be set * @param pattern The conversion pattern * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception * * @see LocaleBeanUtilsBean#setProperty(Object, String, Object, String) @@ -551,9 +551,9 @@ public class LocaleBeanUtils extends Bea * @param propName The Simple name of target property * @return The property's type * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception * * @see LocaleBeanUtilsBean#definePropertyType(Object, String, String) @@ -609,9 +609,9 @@ public class LocaleBeanUtils extends Bea * @param index The indexed subscript value (if any) * @param newValue The value to be set * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception * * @see LocaleBeanUtilsBean#invokeSetter(Object, String, String, int, Object) @@ -630,9 +630,9 @@ public class LocaleBeanUtils extends Bea * @param name The property name * @return The property's descriptor * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception */ @Deprecated
Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtilsBean.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtilsBean.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtilsBean.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleBeanUtilsBean.java Tue Jun 7 00:27:52 2016 @@ -191,11 +191,11 @@ public class LocaleBeanUtilsBean extends * @param pattern The conversion pattern * @return The indexed property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found */ public String getIndexedProperty( @@ -223,11 +223,11 @@ public class LocaleBeanUtilsBean extends * to be extracted * @return The indexed property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found */ @Override @@ -254,11 +254,11 @@ public class LocaleBeanUtilsBean extends * @param pattern The conversion pattern * @return The indexed property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found */ public String getIndexedProperty(final Object bean, @@ -282,11 +282,11 @@ public class LocaleBeanUtilsBean extends * @param index Index of the property value to be extracted * @return The indexed property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * propety cannot be found */ @Override @@ -307,11 +307,11 @@ public class LocaleBeanUtilsBean extends * @param pattern The conversion pattern * @return The property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * property cannot be found */ public String getSimpleProperty(final Object bean, final String name, final String pattern) @@ -331,11 +331,11 @@ public class LocaleBeanUtilsBean extends * @param name Name of the property to be extracted * @return The property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * property cannot be found */ @Override @@ -358,11 +358,11 @@ public class LocaleBeanUtilsBean extends * @param pattern The conversion pattern * @return The mapped property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * property cannot be found */ public String getMappedProperty( @@ -390,11 +390,11 @@ public class LocaleBeanUtilsBean extends * @param key Lookup key of the property value to be extracted * @return The mapped property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * property cannot be found */ @Override @@ -421,11 +421,11 @@ public class LocaleBeanUtilsBean extends * @param pattern The conversion pattern * @return The mapped property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * property cannot be found */ public String getMappedPropertyLocale( @@ -456,11 +456,11 @@ public class LocaleBeanUtilsBean extends * to be extracted * @return The mapped property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * property cannot be found */ @Override @@ -483,13 +483,13 @@ public class LocaleBeanUtilsBean extends * @param pattern The conversion pattern * @return The nested property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception IllegalArgumentException if a nested reference to a + * @throws IllegalArgumentException if a nested reference to a * property returns null - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * property cannot be found */ public String getNestedProperty( @@ -514,13 +514,13 @@ public class LocaleBeanUtilsBean extends * @param name Possibly nested name of the property to be extracted * @return The nested property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception IllegalArgumentException if a nested reference to a + * @throws IllegalArgumentException if a nested reference to a * property returns null - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * property cannot be found */ @Override @@ -544,11 +544,11 @@ public class LocaleBeanUtilsBean extends * @param pattern The conversion pattern * @return The nested property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * property cannot be found */ public String getProperty(final Object bean, final String name, final String pattern) @@ -571,11 +571,11 @@ public class LocaleBeanUtilsBean extends * to be extracted * @return The property's value, converted to a String * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception - * @exception NoSuchMethodException if an accessor method for this + * @throws NoSuchMethodException if an accessor method for this * property cannot be found */ @Override @@ -597,9 +597,9 @@ public class LocaleBeanUtilsBean extends * @param name Property name (can be nested/indexed/mapped/combo) * @param value Value to be set * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception */ @Override @@ -621,9 +621,9 @@ public class LocaleBeanUtilsBean extends * @param value Value to be set * @param pattern The conversion pattern * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception */ public void setProperty( @@ -702,9 +702,9 @@ public class LocaleBeanUtilsBean extends * @param propName The Simple name of target property * @return The property's type * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception */ protected Class<?> definePropertyType(final Object target, final String name, final String propName) @@ -868,9 +868,9 @@ public class LocaleBeanUtilsBean extends * @param index The indexed subscript value (if any) * @param newValue The value to be set * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception */ protected void invokeSetter(final Object target, final String propName, final String key, final int index, final Object newValue) @@ -902,9 +902,9 @@ public class LocaleBeanUtilsBean extends * @param name The property name * @return The property's descriptor * - * @exception IllegalAccessException if the caller does not have + * @throws IllegalAccessException if the caller does not have * access to the property accessor method - * @exception InvocationTargetException if the property accessor method + * @throws InvocationTargetException if the property accessor method * throws an exception * @deprecated Property name expressions are now processed by * the configured {@link Resolver} implementation and this method Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/LocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -41,7 +41,7 @@ public interface LocaleConverter extends * @param pattern The user-defined pattern is used for the input object formatting. * @return The converted value * - * @exception org.apache.commons.beanutils.ConversionException if conversion + * @throws org.apache.commons.beanutils.ConversionException if conversion * cannot be performed successfully or if the target type is not supported */ public <T> T convert(Class<T> type, Object value, String pattern); Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/BigDecimalLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -207,7 +207,7 @@ public class BigDecimalLocaleConverter e * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception ConversionException if conversion cannot be performed + * @throws ConversionException if conversion cannot be performed * successfully * @throws ParseException if an error occurs parsing a String to a Number * @since 1.8.0 Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/BigIntegerLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -208,7 +208,7 @@ public class BigIntegerLocaleConverter e * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception ConversionException if conversion cannot be performed + * @throws ConversionException if conversion cannot be performed * successfully * @throws ParseException if an error occurs parsing a String to a Number * @since 1.8.0 Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/ByteLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/ByteLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/ByteLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/ByteLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -209,7 +209,7 @@ public class ByteLocaleConverter extends * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception org.apache.commons.beanutils.ConversionException if conversion cannot be performed + * @throws org.apache.commons.beanutils.ConversionException if conversion cannot be performed * successfully * @throws ParseException if an error occurs parsing a String to a Number */ Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/DateLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/DateLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/DateLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/DateLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -254,7 +254,7 @@ public class DateLocaleConverter extends * @param pattern The pattern is used for the convertion * @return the converted Date value * - * @exception org.apache.commons.beanutils.ConversionException + * @throws org.apache.commons.beanutils.ConversionException * if conversion cannot be performed successfully * @throws ParseException if an error occurs parsing */ Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/DecimalLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/DecimalLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/DecimalLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/DecimalLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -221,7 +221,7 @@ public class DecimalLocaleConverter exte * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception org.apache.commons.beanutils.ConversionException if conversion + * @throws org.apache.commons.beanutils.ConversionException if conversion * cannot be performed successfully * @throws ParseException if an error occurs parsing a String to a Number */ Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/FloatLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -210,7 +210,7 @@ public class FloatLocaleConverter extend * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception ConversionException if conversion cannot be performed + * @throws ConversionException if conversion cannot be performed * successfully * @throws ParseException if an error occurs parsing a String to a Number */ Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/IntegerLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/IntegerLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/IntegerLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/IntegerLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -210,7 +210,7 @@ public class IntegerLocaleConverter exte * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception ConversionException if conversion cannot be performed + * @throws ConversionException if conversion cannot be performed * successfully * @throws ParseException if an error occurs parsing a String to a Number */ Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/LongLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/LongLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/LongLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/LongLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -207,7 +207,7 @@ public class LongLocaleConverter extends * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception org.apache.commons.beanutils.ConversionException if conversion + * @throws org.apache.commons.beanutils.ConversionException if conversion * cannot be performed successfully * @throws ParseException if an error occurs parsing a String to a Number * @since 1.8.0 Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/ShortLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/ShortLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/ShortLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/ShortLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -207,7 +207,7 @@ public class ShortLocaleConverter extend * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception org.apache.commons.beanutils.ConversionException if conversion cannot be performed + * @throws org.apache.commons.beanutils.ConversionException if conversion cannot be performed * successfully * @throws ParseException if an error occurs parsing a String to a Number * @since 1.8.0 Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlDateLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlDateLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlDateLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlDateLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -210,7 +210,7 @@ public class SqlDateLocaleConverter exte * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception org.apache.commons.beanutils.ConversionException if conversion + * @throws org.apache.commons.beanutils.ConversionException if conversion * cannot be performed successfully * @throws ParseException if an error occurs parsing a String to a Number */ Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimeLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimeLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimeLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimeLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -209,7 +209,7 @@ public class SqlTimeLocaleConverter exte * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception org.apache.commons.beanutils.ConversionException if conversion + * @throws org.apache.commons.beanutils.ConversionException if conversion * cannot be performed successfully * @throws ParseException if an error occurs parsing a String to a Number */ Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimestampLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimestampLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimestampLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/SqlTimestampLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -208,7 +208,7 @@ public class SqlTimestampLocaleConverter * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception org.apache.commons.beanutils.ConversionException if conversion + * @throws org.apache.commons.beanutils.ConversionException if conversion * cannot be performed successfully * @throws ParseException if an error occurs parsing a String to a Number */ Modified: commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/StringLocaleConverter.java URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/StringLocaleConverter.java?rev=1747095&r1=1747094&r2=1747095&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/StringLocaleConverter.java (original) +++ commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/locale/converters/StringLocaleConverter.java Tue Jun 7 00:27:52 2016 @@ -224,7 +224,7 @@ public class StringLocaleConverter exten * @param pattern The pattern is used for the convertion * @return The converted value * - * @exception org.apache.commons.beanutils.ConversionException if conversion + * @throws org.apache.commons.beanutils.ConversionException if conversion * cannot be performed successfully * @throws ParseException if an error occurs */ @@ -268,7 +268,7 @@ public class StringLocaleConverter exten * @param pattern The pattern is used for the convertion * @return The format for the locale and pattern * - * @exception ConversionException if conversion cannot be performed + * @throws ConversionException if conversion cannot be performed * successfully * @throws ParseException if an error occurs parsing a String to a Number */
