Class NotImplementedError

All Implemented Interfaces:
PythonLikeObject, Serializable

public class NotImplementedError extends RuntimeError
Raised when a buffer related operation cannot be performed.
See Also:
  • Field Details

    • NOT_IMPLEMENTED_ERROR_TYPE

      public static final PythonLikeType NOT_IMPLEMENTED_ERROR_TYPE
    • $TYPE

      public static final PythonLikeType $TYPE
  • Constructor Details

    • NotImplementedError

      public NotImplementedError()
    • NotImplementedError

      public NotImplementedError(String message)
    • NotImplementedError

      public NotImplementedError(PythonLikeType type)
    • NotImplementedError

      public NotImplementedError(PythonLikeType type, String message)
    • NotImplementedError

      public NotImplementedError(PythonLikeType type, List<PythonLikeObject> args)