LLVM 22.0.0git
llvm::object::GenericBinaryError Class Reference

Generic binary error. More...

#include "llvm/Object/Error.h"

Inheritance diagram for llvm::object::GenericBinaryError:
[legend]

Public Member Functions

 GenericBinaryError (const Twine &Msg)
 GenericBinaryError (const Twine &Msg, object_error ECOverride)
const std::string & getMessage () const
void log (raw_ostream &OS) const override
Public Member Functions inherited from llvm::ErrorInfo< GenericBinaryError, BinaryError >
const void * dynamicClassID () const override
bool isA (const void *const ClassID) const override

Static Public Attributes

static char ID = 0

Additional Inherited Members

Static Public Member Functions inherited from llvm::ErrorInfo< GenericBinaryError, BinaryError >
static const void * classID ()

Detailed Description

Generic binary error.

For errors that don't require their own specific sub-error (most errors) this class can be used to describe the error via a string message.

Definition at line 67 of file Error.h.

Constructor & Destructor Documentation

◆ GenericBinaryError() [1/2]

GenericBinaryError::GenericBinaryError ( const Twine & Msg)

Definition at line 65 of file Error.cpp.

Referenced by llvm::object::EmptyResError::EmptyResError().

◆ GenericBinaryError() [2/2]

GenericBinaryError::GenericBinaryError ( const Twine & Msg,
object_error ECOverride )

Definition at line 67 of file Error.cpp.

References llvm::object::make_error_code().

Member Function Documentation

◆ getMessage()

const std::string & llvm::object::GenericBinaryError::getMessage ( ) const
inline

Definition at line 73 of file Error.h.

◆ log()

void GenericBinaryError::log ( raw_ostream & OS) const
override

Definition at line 73 of file Error.cpp.

Member Data Documentation

◆ ID

char GenericBinaryError::ID = 0
static

Definition at line 70 of file Error.h.


The documentation for this class was generated from the following files: