abap2xlsx/src/zcl_excel_reader_huge_file.clas.locals_imp.abap
Ivan Femia f8b0e354db Moving to abapGit
First commit to abapGit
2017-05-16 22:22:30 +02:00

15 lines
513 B
ABAP

*"* use this source file for the definition and implementation of
*"* local helper classes, interface definitions and type
*"* declarations
* Signal "not found"
class lcx_not_found implementation.
method constructor.
super->constructor( textid = textid previous = previous ).
me->error = error.
endmethod. "constructor
method if_message~get_text.
result = error.
endmethod. "if_message~get_text
endclass. "lcx_not_found IMPLEMENTATION