L10nParserException constructor
L10nParserException()
Implementation
L10nParserException(this.error, this.fileName, this.messageId,
this.messageString, this.charNumber)
: super('''
$error
[$fileName:$messageId] $messageString
${List<String>.filled(4 + fileName.length + messageId.length + charNumber, ' ').join()}^''');