mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
trunk/branch integration: Exception update
This commit is contained in:
parent
c8321f8857
commit
db37466bcb
@ -225,6 +225,7 @@ inline int Exception::code() const
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, LogicException, Exception)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, AssertionViolationException, LogicException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, NullPointerException, LogicException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, NullValueException, LogicException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, BugcheckException, LogicException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, InvalidArgumentException, LogicException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, NotImplementedException, LogicException)
|
||||
@ -254,6 +255,7 @@ POCO_DECLARE_EXCEPTION(Foundation_API, SyntaxException, DataException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, CircularReferenceException, DataException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, PathSyntaxException, SyntaxException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, IOException, RuntimeException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, ProtocolException, IOException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, FileException, IOException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, FileExistsException, FileException)
|
||||
POCO_DECLARE_EXCEPTION(Foundation_API, FileNotFoundException, FileException)
|
||||
|
Loading…
Reference in New Issue
Block a user