mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -243,7 +243,7 @@ public class ConverterRegistry implements Serializable {
|
||||
}
|
||||
|
||||
// 无法转换
|
||||
throw new ConvertException("Can not Converter from [{}] to [{}]", value.getClass().getName(), type.getTypeName());
|
||||
throw new ConvertException("Can not convert from {}: [{}] to [{}]", value.getClass().getName(), value, type.getTypeName());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user