mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
source code cosmetics
This commit is contained in:
@@ -200,7 +200,8 @@ public:
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
return _nulls.at(row);
|
return _nulls.at(row);
|
||||||
}catch (std::out_of_range& ex)
|
}
|
||||||
|
catch (std::out_of_range& ex)
|
||||||
{
|
{
|
||||||
throw RangeException(ex.what());
|
throw RangeException(ex.what());
|
||||||
}
|
}
|
||||||
@@ -289,7 +290,8 @@ public:
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
return _nulls.at(row);
|
return _nulls.at(row);
|
||||||
}catch (std::out_of_range& ex)
|
}
|
||||||
|
catch (std::out_of_range& ex)
|
||||||
{
|
{
|
||||||
throw RangeException(ex.what());
|
throw RangeException(ex.what());
|
||||||
}
|
}
|
||||||
@@ -380,7 +382,8 @@ public:
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
return _nulls.at(row);
|
return _nulls.at(row);
|
||||||
}catch (std::out_of_range& ex)
|
}
|
||||||
|
catch (std::out_of_range& ex)
|
||||||
{
|
{
|
||||||
throw RangeException(ex.what());
|
throw RangeException(ex.what());
|
||||||
}
|
}
|
||||||
@@ -469,7 +472,8 @@ public:
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
return _nulls.at(row);
|
return _nulls.at(row);
|
||||||
}catch (std::out_of_range& ex)
|
}
|
||||||
|
catch (std::out_of_range& ex)
|
||||||
{
|
{
|
||||||
throw RangeException(ex.what());
|
throw RangeException(ex.what());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user