SICPrematureEndOfParseException Class Reference

Inherits from NSException
Conforms to SICIException
Declared in SICPrematureEndOfParseException.h
SICPrematureEndOfParseException.m

Overview

This is SAX exception, which is thrown if any exception occur at time of parsing descriptors.

Other Methods

– initWithClassName:methodName:message:

PrematureEndOfParseException Constructor

- (id)initWithClassName:(NSString *)classname methodName:(NSString *)methodname message:(NSString *)exceptionmessage

Parameters

classname

Name of class

methodname

Name of method

exceptionmessage

Exception message

Discussion

PrematureEndOfParseException Constructor

Declared In

SICPrematureEndOfParseException.h

Protocol Methods

– getClassName

Get exception class name

- (NSString *)getClassName

Return Value

Exception Class Name

Discussion

Get exception class name

Declared In

SICIException.h

– setClassName:

Set exception class name

- (void)setClassName:(NSString *const)classname

Parameters

className

Name of exception class

Discussion

Set exception class name

Declared In

SICIException.h

– getMethodName

Get exception method name

- (NSString *)getMethodName

Return Value

Name of exception method

Discussion

Get exception method name

Declared In

SICIException.h

– setMethodName:

Set exception method name

- (void)setMethodName:(NSString *const)methodname

Parameters

methodName

Name of method

Discussion

Set exception method name

Declared In

SICIException.h

– getMessage

Get exception message

- (NSString *)getMessage

Return Value

Exception message

Discussion

Get exception message

Declared In

SICIException.h

– setMessage:

Set exception message

- (void)setMessage:(NSString *const)exceptionmessage

Parameters

message

Exception message

Discussion

Set exception message

Declared In

SICIException.h