LibreOffice Module xmloff (master) 1
|
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... | |
ErrorRecord: contains all information for one error.
Definition at line 42 of file xmlerror.cxx.
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.
Sequence<OUString> ErrorRecord::aParams |
public identifier
message Parameters
Definition at line 65 of file xmlerror.cxx.
Referenced by XMLErrors::ThrowErrorAsSAXException().
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().
sal_Int32 ErrorRecord::nId |
Definition at line 54 of file xmlerror.cxx.
sal_Int32 ErrorRecord::nRow |
message of original exception (if available)
Definition at line 59 of file xmlerror.cxx.
Referenced by XMLErrors::ThrowErrorAsSAXException().
OUString ErrorRecord::sExceptionMessage |
error ID
Definition at line 56 of file xmlerror.cxx.
Referenced by XMLErrors::ThrowErrorAsSAXException().
OUString ErrorRecord::sPublicId |
column number where error occurred (or -1)
Definition at line 61 of file xmlerror.cxx.
Referenced by XMLErrors::ThrowErrorAsSAXException().
OUString ErrorRecord::sSystemId |
public identifier
Definition at line 62 of file xmlerror.cxx.
Referenced by XMLErrors::ThrowErrorAsSAXException().