Package java.lang
Class CloneNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.CloneNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class CloneNotSupportedException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CloneNotSupportedException()
CloneNotSupportedException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
CloneNotSupportedException
public CloneNotSupportedException()
-
CloneNotSupportedException
public CloneNotSupportedException(String var0)
-
-