Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTExceptions.h File Reference
#import "CPTDefinitions.h"
+ Include dependency graph for CPTExceptions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef NSStringCPTExceptionType
 Custom exception type. More...
 

Variables

Custom Exception Identifiers
CPTExceptionType __nonnull const CPTException
 General Core Plot exceptions. More...
 
CPTExceptionType __nonnull const CPTDataException
 Core Plot data exceptions. More...
 
CPTExceptionType __nonnull const CPTNumericDataException
 Core Plot numeric data exceptions. More...
 

Typedef Documentation

◆ CPTExceptionType

Custom exception type.

Variable Documentation

◆ CPTDataException

CPTExceptionType __nonnull const CPTDataException

Core Plot data exceptions.

◆ CPTException

CPTExceptionType __nonnull const CPTException

General Core Plot exceptions.

◆ CPTNumericDataException

CPTExceptionType __nonnull const CPTNumericDataException

Core Plot numeric data exceptions.