Class NotYetImplementedException

All Implemented Interfaces:
Serializable

public class NotYetImplementedException extends RuntimeException

NotYetImplementedException is used during development of a class. It is expected that this Exception should not exist in final released classes.

See Also:
  • Constructor Details

    • NotYetImplementedException

      public NotYetImplementedException()

      Constructs a NotYetImplementedException with no detail message.

    • NotYetImplementedException

      public NotYetImplementedException(String message)

      Constructs a NotYetImplementedException with the specified detail message.

      Parameters:
      message - The message.