Fabrique

A build language for complex systems

 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
fabrique::dag::UndefinedValueException Class Reference

An unexpected duplicate was encountered. More...

#include <UndefinedValueException.h>

Inheritance diagram for fabrique::dag::UndefinedValueException:
fabrique::SemanticException fabrique::SourceCodeException fabrique::HasSource fabrique::Printable

Public Member Functions

 UndefinedValueException (const std::string &name, const SourceRange &)
 
 UndefinedValueException (const UndefinedValueException &)
 
- Public Member Functions inherited from fabrique::SemanticException
 SemanticException (const std::string &message, const SourceRange &)
 
 SemanticException (const SemanticException &)
 
- Public Member Functions inherited from fabrique::SourceCodeException
const std::string & message () const
 
virtual const char * what () const noexcept
 
virtual void PrettyPrint (Bytestream &, size_t indent=0) const override
 Print a human-readable representation to an output stream and return that output stream.
 
- Public Member Functions inherited from fabrique::HasSource
 HasSource (const SourceRange &src)
 
const SourceRangesource () const
 
- Public Member Functions inherited from fabrique::Printable
 Printable (const Printable &)
 
Printableoperator= (const Printable &)
 
virtual std::string str () const
 

Additional Inherited Members

- Protected Member Functions inherited from fabrique::SourceCodeException
 SourceCodeException (const std::string &message, const SourceRange &)
 
 SourceCodeException (const SourceCodeException &)
 

Detailed Description

An unexpected duplicate was encountered.

Definition at line 42 of file UndefinedValueException.h.


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