Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions
Standard_ErrorHandler Class Reference

#include <Standard_ErrorHandler.hxx>

Public Member Functions

 Standard_ErrorHandler ()
 Create a ErrorHandler (to be used with try{}catch(){}).
It uses the "setjmp" and "longjmp" routines.
More...
 
void Destroy ()
 Unlinks and checks if there is a raised exception.
More...
 
 ~Standard_ErrorHandler ()
 
void Unlink ()
 Removes handler from the handlers list
More...
 
Standard_Boolean Catches (const Handle< Standard_Type > &aType)
 Returns "True" if the caught exception has the same type
or inherits from "aType"
More...
 
Standard_JmpBufLabel ()
 Returns label for jump
More...
 
Handle_Standard_Failure Error () const
 Returns the current Error.
More...
 

Static Public Member Functions

static Handle_Standard_Failure LastCaughtError ()
 
 Returns the caught exception. <br>


More...

 
static Standard_Boolean IsInTryBlock ()
 Test if the code is currently running in a try block
More...
 

Constructor & Destructor Documentation

Standard_ErrorHandler::Standard_ErrorHandler ( )

Create a ErrorHandler (to be used with try{}catch(){}).
It uses the "setjmp" and "longjmp" routines.

Standard_ErrorHandler::~Standard_ErrorHandler ( )
inline

Member Function Documentation

Standard_Boolean Standard_ErrorHandler::Catches ( const Handle< Standard_Type > &  aType)

Returns "True" if the caught exception has the same type
or inherits from "aType"

void Standard_ErrorHandler::Destroy ( )

Unlinks and checks if there is a raised exception.

Handle_Standard_Failure Standard_ErrorHandler::Error ( ) const

Returns the current Error.

static Standard_Boolean Standard_ErrorHandler::IsInTryBlock ( )
static

Test if the code is currently running in a try block

Standard_JmpBuf& Standard_ErrorHandler::Label ( )

Returns label for jump

static Handle_Standard_Failure Standard_ErrorHandler::LastCaughtError ( )
static

 Returns the caught exception. <br>


void Standard_ErrorHandler::Unlink ( )

Removes handler from the handlers list


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