20 package net.sf.gridarta.model.face;
static final long serialVersionUID
The serial version UID.
DuplicateFaceException(final FaceObject duplicate, final FaceObject existing)
Creates a DuplicateFaceException.
Common interface for FaceObject.
FaceObject getExisting()
Returns the other duplicate that caused this exception.
final FaceObject existing
The other FaceObject causing the problem.
String getOriginalFilename()
Get the original filename of this face.
Exception that's thrown in case a face name was not unique.
final FaceObject duplicate
The FaceObject causing the problem.
String getFaceName()
Get the faceName, which is the name of the face as usable by the "face" attribute.
FaceObject getDuplicate()
Returns the duplicate that caused this exception.