Top Method Summary
Options Name Purpose
+ AddMessagesFrom (Error) Adds error messages from another error to this Exception instance
Inherited from Consultingwerk.Exceptions.Exception
+ Consultingwerk.Exceptions.Exception FromErrorMessageAndError (character, integer, Error) Creates an Exception using the given error message and number and Existing Error
Inherited from Consultingwerk.Exceptions.Exception

Top Constructor Summary
Options Name Purpose
+ NotFoundException () Constructor of the NotFoundException class
+ NotFoundException (character, character, character, integer, integer) Constructor of the NotFoundException class
+ NotFoundException (character, integer) Constructor of the NotFoundException class
+ NotFoundException (character, integer, character) Constructor of the NotFoundException class
+ NotFoundException (character, integer, character, character, character, character, integer, integer) Constructor of the NotFoundException class
+ NotFoundException (character, integer, character, character, character, integer, integer) Constructor of the NotFoundException class

Top Property Summary
Options Name Purpose
+ INTEGER BatchSize Returns the Batch size (number of records) associated with the error
+ CHARACTER BufferName Returns the Buffer Name associated with the error
+ CHARACTER FindString Returns the FindString associated with the error
+ Progress.Lang.Error InnerException Returns the Error instance that caused the current exception.
Inherited from Consultingwerk.Exceptions.Exception
+ INTEGER Prefetch Returns the Prefetch size (number of records) associated with the error
+ CHARACTER QueryString Returns the QueryString associated with the error
+ SessionInfo SessionInfo Returns the Information aboult the Session the error occured in
Inherited from Consultingwerk.Exceptions.Exception
+ CHARACTER Title Returns the Title associated with the Exception
Inherited from Consultingwerk.Exceptions.ExceptionWithTitle


Method Detail
Top

PUBLIC AddMessagesFrom (Error)

Inherited from Consultingwerk.Exceptions.Exception
Purpose: Adds error messages from another error to this Exception instance
Notes:

Parameters:
poError Progress.Lang.Error
The error instance to add errors from
Top

PUBLIC Consultingwerk.Exceptions.Exception FromErrorMessageAndError (character, integer, Error)

Inherited from Consultingwerk.Exceptions.Exception
Purpose: Creates an Exception using the given error message and number and
Existing Error
Notes: The messages from the existing error will be added to the new error
are well, useful for adding messages to ABL runtime errors

Parameters:
pcErrorString CHARACTER
The error message associated with this Exception object
piMessageNumber INTEGER
The error message number associated with this Exception object
poError Progress.Lang.Error
The reference to the original error
Returns Consultingwerk.Exceptions.Exception
The reference to the new Exception


Constructor Detail
Top

PUBLIC NotFoundException ()

Purpose: Constructor of the NotFoundException class
Notes:

Top

PUBLIC NotFoundException (character, character, character, integer, integer)

Purpose: Constructor of the NotFoundException class
Notes:

Parameters:
pcFindString CHARACTER
This Find String associated with this error
pcBufferName CHARACTER
The Buffer name associated with this error
pcQueryString CHARACTER
The Query string associated with this error
piPrefetch INTEGER
The number of records to prefetch associated with this error
piBatchSize INTEGER
The number of records to return to the client (total incl. prefetch) associated with this error
Top

PUBLIC NotFoundException (character, integer)

Purpose: Constructor of the NotFoundException class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this ExceptionWithTitle object
piMessageNumber INTEGER
The error message number associated with this ExceptionWithTitle object
Top

PUBLIC NotFoundException (character, integer, character)

Purpose: Constructor of the NotFoundException class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this ExceptionWithTitle object
piMessageNumber INTEGER
The error message number associated with this ExceptionWithTitle object
pcTitle CHARACTER
The title for the Exception
Top

PUBLIC NotFoundException (character, integer, character, character, character, character, integer, integer)

Purpose: Constructor of the NotFoundException class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this ExceptionWithTitle object
piMessageNumber INTEGER
The error message number associated with this ExceptionWithTitle object
pcTitle CHARACTER
The title for the Exception
pcFindString CHARACTER
This Find String associated with this error
pcBufferName CHARACTER
The Buffer name associated with this error
pcQueryString CHARACTER
The Query string associated with this error
piPrefetch INTEGER
The number of records to prefetch associated with this error
piBatchSize INTEGER
The number of records to return to the client (total incl. prefetch) associated with this error
Top

PUBLIC NotFoundException (character, integer, character, character, character, integer, integer)

Purpose: Constructor of the NotFoundException class
Notes:

Parameters:
pcErrorString CHARACTER
The error message associated with this ExceptionWithTitle object
piMessageNumber INTEGER
The error message number associated with this ExceptionWithTitle object
pcFindString CHARACTER
This Find String associated with this error
pcBufferName CHARACTER
The Buffer name associated with this error
pcQueryString CHARACTER
The Query string associated with this error
piPrefetch INTEGER
The number of records to prefetch associated with this error
piBatchSize INTEGER
The number of records to return to the client (total incl. prefetch) associated with this error


Property Detail
Top

PUBLIC INTEGER BatchSize

Purpose: Returns the Batch size (number of records) associated with the error
Notes:

Returns INTEGER
Top

PUBLIC CHARACTER BufferName

Purpose: Returns the Buffer Name associated with the error
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER FindString

Purpose: Returns the FindString associated with the error
Notes:

Returns CHARACTER
Top

PUBLIC Progress.Lang.Error InnerException

Inherited from Consultingwerk.Exceptions.Exception
Purpose: Returns the Error instance that caused the current exception.
Notes:

Returns Progress.Lang.Error
Top

PUBLIC INTEGER Prefetch

Purpose: Returns the Prefetch size (number of records) associated with the error
Notes:

Returns INTEGER
Top

PUBLIC CHARACTER QueryString

Purpose: Returns the QueryString associated with the error
Notes:

Returns CHARACTER
Top

PUBLIC SessionInfo SessionInfo

Inherited from Consultingwerk.Exceptions.Exception
Purpose: Returns the Information aboult the Session the error occured in
Notes:

Returns SessionInfo
Top

PUBLIC CHARACTER Title

Inherited from Consultingwerk.Exceptions.ExceptionWithTitle
Purpose: Returns the Title associated with the Exception
Notes:

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:29:59