Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTExceptions.m File Reference
#import "CPTExceptions.h"
+ Include dependency graph for CPTExceptions.m:

Variables

CPTExceptionType const CPTException = @"CPTException"
 General Core Plot exceptions. More...
 
CPTExceptionType const CPTDataException = @"CPTDataException"
 Core Plot data exceptions. More...
 
CPTExceptionType const CPTNumericDataException = @"CPTNumericDataException"
 Core Plot numeric data exceptions. More...
 

Variable Documentation

◆ CPTDataException

CPTExceptionType const CPTDataException = @"CPTDataException"

Core Plot data exceptions.

◆ CPTException

CPTExceptionType const CPTException = @"CPTException"

General Core Plot exceptions.

◆ CPTNumericDataException

CPTExceptionType const CPTNumericDataException = @"CPTNumericDataException"

Core Plot numeric data exceptions.