Package org.jruby.exceptions
Class EncodingError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EncodingError.CompatibilityError,EncodingError.ConverterNotFoundError,EncodingError.InvalidByteSequenceError,EncodingError.UndefinedConversionError
Represents a Ruby EncodingError as a throwable Java exception.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a Ruby CompatibilityError as a throwable Java exception.static classRepresents a Ruby ConverterNotFoundError as a throwable Java exception.static classRepresents a Ruby InvalidByteSequenceError as a throwable Java exception.static classRepresents a Ruby UndefinedConversionError as a throwable Java exception.Nested classes/interfaces inherited from class org.jruby.exceptions.JumpException
JumpException.FlowControlException, JumpException.SpecialJump -
Field Summary
Fields inherited from class org.jruby.exceptions.JumpException
SPECIAL_JUMP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.exceptions.RaiseException
createNativeRaiseException, createNativeRaiseException, fillInStackTrace, from, from, from, from, from, from, from, getCause, getException, getMessage, javaTraceFromRubyTrace, setException, setExceptionMethods inherited from class org.jruby.exceptions.JumpException
originalFillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncodingError
-