|
Gridarta Editor
|
Exception thrown to indicate that a face object is not acceptable. More...
Inheritance diagram for net.sf.gridarta.model.face.IllegalFaceException:
Collaboration diagram for net.sf.gridarta.model.face.IllegalFaceException:Public Member Functions | |
| FaceObject | getFaceObject () |
| Returns the illegal face object. More... | |
| IllegalFaceException (@NotNull final FaceObject faceObject, @NotNull final Throwable ex) | |
| Creates a new instance. More... | |
Private Attributes | |
| final FaceObject | faceObject |
| The illegal face object. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Exception thrown to indicate that a face object is not acceptable.
Definition at line 28 of file IllegalFaceException.java.
| net.sf.gridarta.model.face.IllegalFaceException.IllegalFaceException | ( | @NotNull final FaceObject | faceObject, |
| @NotNull final Throwable | ex | ||
| ) |
Creates a new instance.
| faceObject | the illegal face object |
| ex | the source exception |
Definition at line 47 of file IllegalFaceException.java.
References net.sf.gridarta.model.face.IllegalFaceException.faceObject.
| FaceObject net.sf.gridarta.model.face.IllegalFaceException.getFaceObject | ( | ) |
Returns the illegal face object.
Definition at line 57 of file IllegalFaceException.java.
References net.sf.gridarta.model.face.IllegalFaceException.faceObject.
Referenced by net.sf.gridarta.model.resource.AbstractResourcesReader< G >.addPNGFace(), and net.sf.gridarta.model.face.DefaultFaceObjects.loadFacesCollection().
Here is the caller graph for this function:
|
private |
The illegal face object.
Definition at line 40 of file IllegalFaceException.java.
Referenced by net.sf.gridarta.model.face.IllegalFaceException.getFaceObject(), and net.sf.gridarta.model.face.IllegalFaceException.IllegalFaceException().
|
staticprivate |
The serial version UID.
Definition at line 33 of file IllegalFaceException.java.