Package io.vavr

Class NotImplementedError

All Implemented Interfaces:
Serializable

public class NotImplementedError extends Error
This exception is temporarily used during development in order to indicate that an implementation is missing.

The idiomatic way is to use one of API.TODO() and API.TODO(String).

See Also:
  • Constructor Details

    • NotImplementedError

      public NotImplementedError()
      Creates a NotImplementedError containing the message "an implementation is missing".
    • NotImplementedError

      public NotImplementedError(String message)
      Creates a NotImplementedError containing the given message.
      Parameters:
      message - A text that describes the error