public static class PredictiveModel.CloneNotSupportedException extends PredictiveModel.PredictiveModelException
java.lang.CloneNotSupportedException
to indicate
that the clone
method in class Object
has been
called to clone an object, but that the object's class does not implement
the Cloneable
interface.Constructor and Description |
---|
CloneNotSupportedException(String message)
Constructs a
CloneNotSupportedException and issues the
specified message. |
CloneNotSupportedException(String key,
Object[] arguments)
Constructs a
CloneNotSupportedException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CloneNotSupportedException(String message)
CloneNotSupportedException
and issues the
specified message.message
- a String
that contains a message to be
issued when the exception occurspublic CloneNotSupportedException(String key, Object[] arguments)
CloneNotSupportedException
with the
specified detail message. The error message string is in a resource
bundle, ErrorMessages.key
- a String
that contains the key of an error
message in the resource bundlearguments
- an Object
array containing arguments
used within the error message specified by the key
Copyright © 2020 Rogue Wave Software. All rights reserved.