Class ClassNotExistsException

    • Constructor Detail

      • ClassNotExistsException

        public ClassNotExistsException​(MetaClassID metaClassID)
        This exception is produced when a class with ID provided does not exist
        Parameters:
        metaClassID - ID of the class
      • ClassNotExistsException

        public ClassNotExistsException​(String className)
        This exception is produced when a class with name provided does not exist
        Parameters:
        className - Name of the class