Gridarta Editor
net.sf.gridarta.model.face.IllegalFaceException Class Reference

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...
 

Detailed Description

Exception thrown to indicate that a face object is not acceptable.

Author
Andreas Kirschbaum

Definition at line 28 of file IllegalFaceException.java.

Constructor & Destructor Documentation

◆ IllegalFaceException()

net.sf.gridarta.model.face.IllegalFaceException.IllegalFaceException ( @NotNull final FaceObject  faceObject,
@NotNull final Throwable  ex 
)

Creates a new instance.

Parameters
faceObjectthe illegal face object
exthe source exception

Definition at line 47 of file IllegalFaceException.java.

References net.sf.gridarta.model.face.IllegalFaceException.faceObject.

Member Function Documentation

◆ getFaceObject()

FaceObject net.sf.gridarta.model.face.IllegalFaceException.getFaceObject ( )

Returns the illegal face object.

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:

Member Data Documentation

◆ faceObject

final FaceObject net.sf.gridarta.model.face.IllegalFaceException.faceObject
private

◆ serialVersionUID

final long net.sf.gridarta.model.face.IllegalFaceException.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 33 of file IllegalFaceException.java.


The documentation for this class was generated from the following file: