Class ImplementationNotExistException

    • Constructor Detail

      • ImplementationNotExistException

        public ImplementationNotExistException​(ImplementationID implementationID)
        This exception is produced when an implementation with ID provided does not exist
        Parameters:
        implementationID - ID of the implementation
      • ImplementationNotExistException

        public ImplementationNotExistException​(String namespace,
                                               String classname,
                                               String signature,
                                               int position)