domain_error


An exception type used to report domain-specific errors.

Library

Standards<ToolKit>

Declaration


#include <stdexcept>

class domain_error : public logic_error

Interface

Constructor
domain_error( const string& description )
Constructs an exception to report a domain-specific error, including the specific problem details from description .

Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.