Class NotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.rotgruengelb.nixienaut.exeption.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException extends RuntimeException
This exception is thrown when a method is called that is not implemented yet.
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
      This exception is thrown when a method is called that is not implemented yet.
      See Also:
    • NotImplementedException

      public NotImplementedException(String message)
      This exception is thrown when a method is called that is not implemented yet.
      Parameters:
      message - The message to be displayed