mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-24 16:36:24 +08:00
Update release
This commit is contained in:
@@ -424,27 +424,6 @@ ArgumentException
|
||||
{
|
||||
return name;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
ParsingException
|
||||
***********************************************************************/
|
||||
|
||||
ParsingException::ParsingException(const WString& _message, const WString& _expression, vint _position)
|
||||
:Exception(_message)
|
||||
,expression(_expression)
|
||||
,position(_position)
|
||||
{
|
||||
}
|
||||
|
||||
const WString& ParsingException::GetExpression()const
|
||||
{
|
||||
return expression;
|
||||
}
|
||||
|
||||
vint ParsingException::GetPosition()const
|
||||
{
|
||||
return position;
|
||||
}
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user