public class IllegalFaceException
extends java.lang.Exception
Constructor and Description |
---|
IllegalFaceException(@NotNull FaceObject faceObject,
@NotNull java.lang.Throwable ex)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull FaceObject |
getFaceObject()
Returns the illegal face object.
|
public IllegalFaceException(@NotNull @NotNull FaceObject faceObject, @NotNull @NotNull java.lang.Throwable ex)
faceObject
- the illegal face objectex
- the source exception@NotNull public @NotNull FaceObject getFaceObject()