Exception: Encoding::InvalidByteSequenceError
- Inherits:
-
EncodingError
- Object
- Exception
- StandardError
- EncodingError
- Encoding::InvalidByteSequenceError
Overview
Raised by Encoding and String methods when the string being transcoded contains a byte invalid for the either the source or target encoding.
Instance Method Summary (collapse)
- - destination_encoding
- - destination_encoding_name
- - error_bytes
- - incomplete_input?
- - readagain_bytes
- - source_encoding
- - source_encoding_name
Methods inherited from Exception
#==, #backtrace, exception, #exception, #initialize, #inspect, log_exceptions, log_exceptions=, #message, #set_backtrace, #to_s
Constructor Details
This class inherits a constructor from Exception