Skip to content

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()

Geode-solutions' documentation website