public class DuplicateSmoothFaceException
extends java.lang.Exception
SmoothFace instance is not unique.| Constructor and Description |
|---|
DuplicateSmoothFaceException(@NotNull java.lang.String face,
@NotNull java.lang.String newValue,
@NotNull java.lang.String oldValue)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
getNewValue()
Returns the new value.
|
@NotNull java.lang.String |
getOldValue()
Returns the existing value.
|
public DuplicateSmoothFaceException(@NotNull
@NotNull java.lang.String face,
@NotNull
@NotNull java.lang.String newValue,
@NotNull
@NotNull java.lang.String oldValue)
face - the duplicate smooth facenewValue - the new valueoldValue - the existing value