Exception when an input/output error is detected. More...
#include <arcane/utils/IOException.h>
Public Member Functions | |
| IOException (const String &where) | |
| IOException (const String &where, const String &message) | |
| IOException (const TraceInfo &where) | |
| IOException (const TraceInfo &where, const String &message) | |
| IOException (const IOException &ex) | |
| virtual void | explain (std::ostream &m) const |
| Explains the cause of the exception in the stream o. | |
| Public Member Functions inherited from Arcane::Exception | |
| Exception & | operator= (const Exception &)=delete |
| Exception (const String &name, const String &where) | |
| Exception (const String &name, const TraceInfo &where) | |
| Exception (const String &name, const String &awhere, const String &message) | |
| Exception (const String &name, const TraceInfo &trace, const String &message) | |
| Exception (const String &name, const String &where, const StackTrace &stack_trace) | |
| Exception (const String &name, const TraceInfo &where, const StackTrace &stack_trace) | |
| Exception (const String &name, const String &where, const String &message, const StackTrace &stack_trace) | |
| Exception (const String &name, const TraceInfo &trace, const String &message, const StackTrace &stack_trace) | |
| Exception (const Exception &) | |
| Copy constructor. | |
| ~Exception () ARCCORE_NOEXCEPT override | |
| Releases resources. | |
| virtual void | write (std::ostream &o) const |
| bool | isCollective () const |
| True if it is a collective error (concerns all processors). | |
| void | setCollective (bool v) |
| Sets the collective state of the expression. | |
| void | setAdditionalInfo (const String &v) |
| Sets the additional information. | |
| const String & | additionalInfo () const |
| Returns the additional information. | |
| const StackTrace & | stackTrace () const |
| Call stack at the moment of the exception (requires a stacktrace service). | |
| const String & | stackTraceString () const |
| Call stack at the moment of the exception (requires a stacktrace service). | |
| const String & | message () const |
| Exception message. | |
| const String & | where () const |
| Location of the exception. | |
| const String & | name () const |
| Name of the exception. | |
Private Attributes | |
| String | m_message |
Additional Inherited Members | |
| Static Public Member Functions inherited from Arcane::Exception | |
| static bool | hasPendingException () |
| Indicates if there are pending exceptions. | |
| static void | staticInit () |
| Protected Member Functions inherited from Arcane::Exception | |
| void | setMessage (const String &msg) |
| Sets the exception message. | |
Exception when an input/output error is detected.
Definition at line 32 of file IOException.h.
| Arcane::IOException::IOException | ( | const String & | where | ) |
Definition at line 28 of file IOException.cc.
Definition at line 37 of file IOException.cc.
| Arcane::IOException::IOException | ( | const TraceInfo & | where | ) |
Definition at line 47 of file IOException.cc.
Definition at line 56 of file IOException.cc.
| Arcane::IOException::IOException | ( | const IOException & | ex | ) |
Definition at line 66 of file IOException.cc.
|
inline |
Definition at line 42 of file IOException.h.
|
virtual |
Explains the cause of the exception in the stream o.
This method allows adding additional information to the exception message.
Reimplemented from Arcane::Exception.
Definition at line 76 of file IOException.cc.
|
private |
Definition at line 50 of file IOException.h.