Class CloneException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CloneException
    extends java.lang.Exception
    Problems cloning.

    It's not like CloneNotSupportedException that indicate that method clone is not supported. This excepction is thrown when there are problems executing the clone process, although the clone method itself is supported.

    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CloneException

        public CloneException()
      • CloneException

        public CloneException​(java.lang.String s)