Class: Fdlint::InvalidFileEncoding

Inherits:
LogEntry show all
Defined in:
lib/fdlint/log_entry.rb

Constant Summary

Constants inherited from LogEntry

LogEntry::LEVEL_CONST

Instance Attribute Summary

Attributes inherited from LogEntry

#column, #level, #message, #row, #validation

Instance Method Summary collapse

Methods inherited from LogEntry

#desc, #error?, #fatal?, #info?, level_greater_or_equal?, level_number, #pos, #to_s, #warn?

Constructor Details

#initializeInvalidFileEncoding

Returns a new instance of InvalidFileEncoding.



59
60
61
# File 'lib/fdlint/log_entry.rb', line 59

def initialize
  super "文件编码错误,无法正常读取", :fatal
end