Krita Source Code Documentation
Loading...
Searching...
No Matches
KisAslReaderUtils::ASLParseException Struct Reference

#include <kis_asl_reader_utils.h>

+ Inheritance diagram for KisAslReaderUtils::ASLParseException:

Public Member Functions

 ASLParseException (const QString &msg)
 

Detailed Description

Exception that is emitted when any parse error appear. Thanks to KisOffsetOnExitVerifier parsing can be continued most of the time, based on the offset values written in PSD.

Definition at line 36 of file kis_asl_reader_utils.h.

Constructor & Destructor Documentation

◆ ASLParseException()

KisAslReaderUtils::ASLParseException::ASLParseException ( const QString & msg)
inline

Definition at line 37 of file kis_asl_reader_utils.h.

38 : std::runtime_error(msg.toLatin1().data())
39 {
40 }

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