Photon Common Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::LogicalException Class Reference

General exception thrown on logical error. More...

#include <exceptions.h>

Inheritance diagram for ph::LogicalException:
ph::IllegalOperationException ph::InvalidArgumentException ph::OutOfRangeException ph::UninitializedObjectException

Public Member Functions

 LogicalException (const std::string &message)
 
 LogicalException (const char *message)
 
 ~LogicalException () override=default
 
virtual std::string whatStr () const
 

Detailed Description

General exception thrown on logical error.

Constructor & Destructor Documentation

◆ LogicalException() [1/2]

ph::LogicalException::LogicalException ( const std::string & message)
explicit

◆ LogicalException() [2/2]

ph::LogicalException::LogicalException ( const char * message)
explicit

◆ ~LogicalException()

ph::LogicalException::~LogicalException ( )
inlineoverridedefault

Member Function Documentation

◆ whatStr()

std::string ph::LogicalException::whatStr ( ) const
virtual

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