Class UnicodeEncodeError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.timefold.jpyinterpreter.types.errors.PythonBaseException
ai.timefold.jpyinterpreter.types.errors.PythonException
ai.timefold.jpyinterpreter.types.errors.ValueError
ai.timefold.jpyinterpreter.types.errors.unicode.UnicodeError
ai.timefold.jpyinterpreter.types.errors.unicode.UnicodeEncodeError
- All Implemented Interfaces:
PythonLikeObject,Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class ai.timefold.jpyinterpreter.types.errors.unicode.UnicodeError
UNICODE_ERROR_TYPEFields inherited from class ai.timefold.jpyinterpreter.types.errors.ValueError
VALUE_ERROR_TYPEFields inherited from class ai.timefold.jpyinterpreter.types.errors.PythonException
EXCEPTION_TYPEFields inherited from class ai.timefold.jpyinterpreter.types.errors.PythonBaseException
BASE_EXCEPTION_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionUnicodeEncodeError(PythonLikeType type, String message) UnicodeEncodeError(PythonLikeType type, List<PythonLikeObject> args) UnicodeEncodeError(String message) -
Method Summary
Methods inherited from class ai.timefold.jpyinterpreter.types.errors.PythonBaseException
$deleteAttribute, $getArgs, $getAttributeOrNull, $getType, $setAttribute, initCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ai.timefold.jpyinterpreter.PythonLikeObject
$getAttributeOrError, $getGenericType, $method$__delattr__, $method$__eq__, $method$__format__, $method$__format__, $method$__getattribute__, $method$__hash__, $method$__ne__, $method$__repr__, $method$__setattr__, $method$__str__
-
Field Details
-
UNICODE_ENCODE_ERROR_TYPE
-
$TYPE
-
-
Constructor Details
-
UnicodeEncodeError
public UnicodeEncodeError() -
UnicodeEncodeError
-
UnicodeEncodeError
-
UnicodeEncodeError
-
UnicodeEncodeError
-