Up

GSWeb: Class GSWExceptionPage

Authors

Manuel Guesdon (mguesdon@orange-concept.com)

Version: 1.10

Date: 2004/01/12 15:32:38

Copyright: (C) 1999-2003 Free Software Foundation, Inc.

Software documentation for the GSWExceptionPage class

GSWExceptionPage : GSWComponent

Declared in:
Foundation/GSWExceptionPage.h
Standards:

Description forthcoming.


Instance Variables

Method summary

appendToResponse: inContext: 

- (void) appendToResponse: (GSWResponse*)response inContext: (GSWContext*)context;

Description forthcoming.


getReasons 

- (NSArray*) getReasons;

Description forthcoming.


referenceString 

- (NSString*) referenceString;

Description forthcoming.


setException: 

- (void) setException: (NSException*)exception;

Description forthcoming.




Instance Variables for GSWExceptionPage Class

_exception

@protected NSException* _exception;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_reasons

@protected NSArray* _reasons;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_reference

@protected id _reference;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_tmpReason

@protected NSString* _tmpReason;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_tmpUserInfoKey

@protected NSString* _tmpUserInfoKey;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_tmpUserInfoValue

@protected NSString* _tmpUserInfoValue;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.






Up