20 package net.sf.gridarta.model.smoothface;
22 import org.jetbrains.annotations.NotNull;
String getOldValue()
Returns the existing value.
DuplicateSmoothFaceException(@NotNull final String face, @NotNull final String newValue, @NotNull final String oldValue)
Creates a new instance.
final String newValue
The new value.
final String oldValue
The existing value.
static final long serialVersionUID
The serial version UID.
String getNewValue()
Returns the new value.
Thrown to indicate that a SmoothFace instance is not unique.