public class EncodingError extends StandardError
RubyEncodingError
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
EncodingError.CompatibilityError
Represents a Ruby CompatibilityError as a throwable Java exception.
|
static class |
EncodingError.ConverterNotFoundError
Represents a Ruby ConverterNotFoundError as a throwable Java exception.
|
static class |
EncodingError.InvalidByteSequenceError
Represents a Ruby InvalidByteSequenceError as a throwable Java exception.
|
static class |
EncodingError.UndefinedConversionError
Represents a Ruby UndefinedConversionError as a throwable Java exception.
|
JumpException.FlowControlException, JumpException.SpecialJump
SPECIAL_JUMP
Constructor and Description |
---|
EncodingError(java.lang.String message,
RubyEncodingError exception) |
createNativeRaiseException, createNativeRaiseException, from, from, from, getException, getMessage, javaTraceFromRubyTrace, setException, setException
fillInStackTrace, originalFillInStackTrace
public EncodingError(java.lang.String message, RubyEncodingError exception)
Copyright © 2001-2019 JRuby. All Rights Reserved.