| Exception Thrown By: | Cause |
| Class | Package | Method | |
| | |
|
AbstractMap
| java.util | public String toString() | if the object's class does not support the Cloneable interface |
|
DefaultFormatter
| javax.swing | public Object clone() | if the object's class does not support the Cloneable interface |
|
DefaultListSelectionModel
| javax.swing | public Object clone() | if the selection model does notboth (a) implement the Cloneable interface and (b) define aclone method |
|
DefaultTreeSelectionModel
| javax.swing | public Object clone() | never thrown by instances of this class |
|
InternationalFormatter
| javax.swing | public Object clone() | if the object's class does not support the Cloneable interface |
|
Mac
| javax.crypto | public final Object clone() | if this is called on a delegate that does not support Cloneable |
|
MacSpi
| javax.crypto | public Object clone() | if this is called on an implementation that does not support Cloneable |
|
MessageDigest
| java.security | public Object clone() | if this is called on an implementation that does not support Cloneable |
|
MessageDigestSpi
| java.security | public Object clone() | if this is called on an implementation that does not support Cloneable |