Samond Classes Library 1.1.6-RELEASE build 132

SCException.h

Go to the documentation of this file.
00001 //
00002 //  SCException.h
00003 //  scl
00004 //
00005 //  Created by Viacheslav Smolensky on 02.11.11.
00006 //  Copyright (c) 2007 - 2014 by Samond Development Corporation. All rights reserved.
00007 //
00008 
00015 #import <Foundation/Foundation.h>
00016 
00017 #define SCExceptionClass @"SCException" ///< SCException class name
00018 
00029 @interface SCException : NSException {
00030 
00031 }
00032 #pragma mark -
00033 #pragma mark Class properties
00034 #if (__MAC_OS_X_VERSION_MIN_REQUIRED > 1040) || IOS_TARGET
00035 // Instance class name property
00036 @property (retain, readonly, getter=className) NSString *className;
00037 #endif
00038 
00039 #pragma mark -
00040 #pragma mark Other Methods
00041 
00046 - (NSString *)className;
00047 
00048 @end
 All Classes Files Functions Typedefs Enumerations Enumerator Defines