Project OpenGeode
class OpenGeodeException
OpenGeode exception class. Example: throw OpenGeodeException{ "Error while loading the BRep" };
try { ... } catch( ... ) { return geode_lippincott(); }
cpp
Inherits from runtime_error
Inherits from runtime_error
Functions
OpenGeodeException
cpp
public void OpenGeodeException(const Args &... message)
public void OpenGeodeException(const Args &... message)
~OpenGeodeException
cpp
public void ~OpenGeodeException()
public void ~OpenGeodeException()
stack_trace
cpp
public basic_string stack_trace()
public basic_string stack_trace()