Class CopyNotSupportedException

  • All Implemented Interfaces:
    Serializable

    public class CopyNotSupportedException
    extends Exception
    The exception which might be thrown during copying. Means that there are some problems with copying module/model root/model that make the operation impossible to accomplish. Exception shall contain a meaningful error message that describes why a particular module/model root/model can not be copied.
    Since:
    12/2/16 [3.5]
    See Also:
    Serialized Form
    • Constructor Detail

      • CopyNotSupportedException

        public CopyNotSupportedException​(@NotNull
                                         String errorMessage)