Package me.sbasalaev

Class NotImplementedError

java.lang.Object
java.lang.Throwable
java.lang.Error
me.sbasalaev.NotImplementedError
All Implemented Interfaces:
Serializable

public class NotImplementedError extends Error
Thrown by the code that is yet to be implemented.
See Also:
  • Constructor Details

    • NotImplementedError

      public NotImplementedError()
    • NotImplementedError

      public NotImplementedError(String message)