|
Gridarta Editor
|
Thrown to indicate that a SmoothFace instance is not unique. More...
Inheritance diagram for net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException:
Collaboration diagram for net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException:Public Member Functions | |
| DuplicateSmoothFaceException (@NotNull final String face, @NotNull final String newValue, @NotNull final String oldValue) | |
| Creates a new instance. More... | |
| String | getNewValue () |
| Returns the new value. More... | |
| String | getOldValue () |
| Returns the existing value. More... | |
Private Attributes | |
| final String | newValue |
| The new value. More... | |
| final String | oldValue |
| The existing value. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Thrown to indicate that a SmoothFace instance is not unique.
Definition at line 28 of file DuplicateSmoothFaceException.java.
| net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.DuplicateSmoothFaceException | ( | @NotNull final String | face, |
| @NotNull final String | newValue, | ||
| @NotNull final String | oldValue | ||
| ) |
Creates a new instance.
| face | the duplicate smooth face |
| newValue | the new value |
| oldValue | the existing value |
Definition at line 55 of file DuplicateSmoothFaceException.java.
References net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.newValue, and net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.oldValue.
| String net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.getNewValue | ( | ) |
Returns the new value.
Definition at line 75 of file DuplicateSmoothFaceException.java.
References net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.newValue.
Referenced by net.sf.gridarta.model.smoothface.SmoothFacesLoader.load().
Here is the caller graph for this function:| String net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.getOldValue | ( | ) |
Returns the existing value.
Definition at line 66 of file DuplicateSmoothFaceException.java.
References net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.oldValue.
Referenced by net.sf.gridarta.model.smoothface.SmoothFacesLoader.load().
Here is the caller graph for this function:
|
private |
The new value.
Definition at line 40 of file DuplicateSmoothFaceException.java.
Referenced by net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.DuplicateSmoothFaceException(), and net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.getNewValue().
|
private |
The existing value.
Definition at line 47 of file DuplicateSmoothFaceException.java.
Referenced by net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.DuplicateSmoothFaceException(), and net.sf.gridarta.model.smoothface.DuplicateSmoothFaceException.getOldValue().
|
staticprivate |
The serial version UID.
Definition at line 33 of file DuplicateSmoothFaceException.java.