Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTExceptions.h
Go to the documentation of this file.
1 
3 #import "CPTDefinitions.h"
4 
9 
12 extern CPTExceptionType __nonnull const CPTException;
13 extern CPTExceptionType __nonnull const CPTDataException;
14 extern CPTExceptionType __nonnull const CPTNumericDataException;
CPTNumericDataException
CPTExceptionType __nonnull const CPTNumericDataException
Core Plot numeric data exceptions.
Definition: CPTExceptions.m:5
CPTDataException
CPTExceptionType __nonnull const CPTDataException
Core Plot data exceptions.
Definition: CPTExceptions.m:4
CPTDefinitions.h
cpt_swift_struct
#define cpt_swift_struct
Marks a type definition to be imported into Swift as a structure.
Definition: CPTDefinitions.h:73
NSString
CPTException
CPTExceptionType __nonnull const CPTException
General Core Plot exceptions.
Definition: CPTExceptions.m:3