Class NotImplementedErrorException

    • Constructor Detail

      • NotImplementedErrorException

        public NotImplementedErrorException()
        Instantiates a new not implemented error.
      • NotImplementedErrorException

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

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

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

        public NotImplementedErrorException​(Object resultObject)
        The Constructor.
        Parameters:
        resultObject - The result object which contains the error for which no implementation exits.