Class NotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.github.simonplays15.betterbansystem.api.exceptions.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException extends RuntimeException
The NotImplementedException class is a subclass of RuntimeException, which is thrown to indicate that the code is not implemented yet.
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
      Exception thrown to indicate that code is not implemented yet.
    • NotImplementedException

      public NotImplementedException (String msg)
      Constructs a new NotImplementedException with the specified detail message.
      Parameters:
      msg - the detail message