Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
ExceptionHandling.cpp File Reference

Enumerations

enum  exceptionType { SPINNAKER_EXCEPTION , STANDARD_EXCEPTION , STANDARD_CAST_TO_SPINNAKER }
 

Functions

void causeSpinnakerException ()
 
void causeStandardException ()
 
int main (int, char **)
 

Variables

const exceptionType chosenException = SPINNAKER_EXCEPTION
 

Enumeration Type Documentation

◆ exceptionType

Enumerator
SPINNAKER_EXCEPTION 
STANDARD_EXCEPTION 
STANDARD_CAST_TO_SPINNAKER 

Function Documentation

◆ causeSpinnakerException()

void causeSpinnakerException ( )

◆ causeStandardException()

void causeStandardException ( )

◆ main()

int main ( int  ,
char **   
)

Variable Documentation

◆ chosenException

const exceptionType chosenException = SPINNAKER_EXCEPTION