8#include "Arp/System/Core/Exception.hpp"
9#include "Arp/System/Commons/Runtime/Stacktrace.hpp"
11namespace Arp {
namespace System {
namespace Commons
This is the base class of all Arp exception classes.
Definition: Exception.hpp:21
std::unique_ptr< Exception > Ptr
The smart pointer type of this class.
Definition: Exception.hpp:27
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
This is the base class of common exception classes.
Definition: CommonException.hpp:18
CommonException(ExceptionTypeId typeId, const String &message, int skipStackTraceDepth=0)
Constructs an CommonException instance.
Definition: CommonException.cpp:17
String Format(bool withInnerException) const override
Formats this exception using the given indent level.
Definition: CommonException.cpp:51
Definition: Stacktrace.hpp:14
Namespace for high level API for controlling processes, shared libraries, etc.
ExceptionTypeId
Specifies the type id of any exception derived by <see cref="CommonException".
Definition: ExceptionTypeId.hpp:15
Root namespace for the PLCnext API