Class ClassManager.NoManagerFound

    • Constructor Detail

      • NoManagerFound

        public NoManagerFound()
    • Method Detail

      • deepCopy

        public Object deepCopy​(Object o,
                               boolean silent)
        Description copied from interface: CustomClassManager
        Creates a deep copy of the given object (must be serializable!). Returns null in case of an error.
        Specified by:
        deepCopy in interface CustomClassManager
        Parameters:
        o - the object to copy
        silent - whether to suppress error output
        Returns:
        the deep copy