LibreOffice Module xmloff (master) 1
Public Member Functions | Public Attributes | List of all members
ErrorRecord Class Reference

ErrorRecord: contains all information for one error. More...

Public Member Functions

 ErrorRecord (sal_Int32 nId, const Sequence< OUString > &rParams, OUString aExceptionMessage, sal_Int32 nRow, sal_Int32 nColumn, OUString aPublicId, OUString aSystemId)
 

Public Attributes

sal_Int32 nId
 
OUString sExceptionMessage
 error ID More...
 
sal_Int32 nRow
 message of original exception (if available) More...
 
sal_Int32 nColumn
 row number where error occurred (or -1 for unknown) More...
 
OUString sPublicId
 column number where error occurred (or -1) More...
 
OUString sSystemId
 public identifier More...
 
Sequence< OUString > aParams
 public identifier More...
 

Detailed Description

ErrorRecord: contains all information for one error.

Definition at line 42 of file xmlerror.cxx.

Constructor & Destructor Documentation

◆ ErrorRecord()

ErrorRecord::ErrorRecord ( sal_Int32  nId,
const Sequence< OUString > &  rParams,
OUString  aExceptionMessage,
sal_Int32  nRow,
sal_Int32  nColumn,
OUString  aPublicId,
OUString  aSystemId 
)

Definition at line 69 of file xmlerror.cxx.

References nId.

Member Data Documentation

◆ aParams

Sequence<OUString> ErrorRecord::aParams

public identifier

message Parameters

Definition at line 65 of file xmlerror.cxx.

Referenced by XMLErrors::ThrowErrorAsSAXException().

◆ nColumn

sal_Int32 ErrorRecord::nColumn

row number where error occurred (or -1 for unknown)

Definition at line 60 of file xmlerror.cxx.

Referenced by XMLErrors::ThrowErrorAsSAXException().

◆ nId

sal_Int32 ErrorRecord::nId

Definition at line 54 of file xmlerror.cxx.

◆ nRow

sal_Int32 ErrorRecord::nRow

message of original exception (if available)

Definition at line 59 of file xmlerror.cxx.

Referenced by XMLErrors::ThrowErrorAsSAXException().

◆ sExceptionMessage

OUString ErrorRecord::sExceptionMessage

error ID

Definition at line 56 of file xmlerror.cxx.

Referenced by XMLErrors::ThrowErrorAsSAXException().

◆ sPublicId

OUString ErrorRecord::sPublicId

column number where error occurred (or -1)

Definition at line 61 of file xmlerror.cxx.

Referenced by XMLErrors::ThrowErrorAsSAXException().

◆ sSystemId

OUString ErrorRecord::sSystemId

public identifier

Definition at line 62 of file xmlerror.cxx.

Referenced by XMLErrors::ThrowErrorAsSAXException().


The documentation for this class was generated from the following file: