Package org.jruby.exceptions
Class EncodingError.UndefinedConversionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jruby.exceptions.JumpException
org.jruby.exceptions.RaiseException
org.jruby.exceptions.Exception
org.jruby.exceptions.StandardError
org.jruby.exceptions.EncodingError
org.jruby.exceptions.EncodingError.UndefinedConversionError
- All Implemented Interfaces:
Serializable
- Enclosing class:
EncodingError
Represents a Ruby UndefinedConversionError as a throwable Java exception.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jruby.exceptions.EncodingError
EncodingError.CompatibilityError, EncodingError.ConverterNotFoundError, EncodingError.InvalidByteSequenceError, EncodingError.UndefinedConversionError
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
ConstructorsConstructorDescriptionUndefinedConversionError
(String message, RubyEncodingError.RubyUndefinedConversionError exception) -
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, setException
Methods inherited from class org.jruby.exceptions.JumpException
originalFillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndefinedConversionError
public UndefinedConversionError(String message, RubyEncodingError.RubyUndefinedConversionError exception)
-