Class NotImplementedException

    • Constructor Detail

      • NotImplementedException

        public NotImplementedException()
        Instantiates a new not implemented case exception
      • NotImplementedException

        public NotImplementedException​(String message,
                                       Throwable cause)
        The Constructor.
        Parameters:
        message - the message
        cause - the cause
      • NotImplementedException

        public NotImplementedException​(String message)
        The Constructor.
        Parameters:
        message - the message
      • NotImplementedException

        public NotImplementedException​(Throwable cause)
        The Constructor.
        Parameters:
        cause - the cause
      • NotImplementedException

        public NotImplementedException​(Enum<?> enumCase)
        The Constructor.
        Parameters:
        enumCase - the enum case