Class UnicodeTranslateError

All Implemented Interfaces:
PythonLikeObject, Serializable

public class UnicodeTranslateError extends UnicodeError
See Also:
  • Field Details

    • UNICODE_TRANSLATE_ERROR_TYPE

      public static final PythonLikeType UNICODE_TRANSLATE_ERROR_TYPE
    • $TYPE

      public static final PythonLikeType $TYPE
  • Constructor Details

    • UnicodeTranslateError

      public UnicodeTranslateError()
    • UnicodeTranslateError

      public UnicodeTranslateError(String message)
    • UnicodeTranslateError

      public UnicodeTranslateError(PythonLikeType type, List<PythonLikeObject> args)
    • UnicodeTranslateError

      public UnicodeTranslateError(PythonLikeType type)
    • UnicodeTranslateError

      public UnicodeTranslateError(PythonLikeType type, String message)