Klasse MissingActivityBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
- Alle implementierten Schnittstellen:
Serializable
Exception thrown when an activity renderer does not provide bounds after drawing an
activity. Link routing and related layout code use it to signal that rendering cannot
continue with incomplete geometry information.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMissingActivityBoundsException(ActivityRenderer<?> renderer, Activity activity, Row<?, ?, ?> row, int lineIndex) Constructs a new exception describing missing activity bounds. -
Methodenübersicht
Von Klasse geerbte Methoden Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
MissingActivityBoundsException
public MissingActivityBoundsException(ActivityRenderer<?> renderer, Activity activity, Row<?, ?, ?> row, int lineIndex) Constructs a new exception describing missing activity bounds.- Parameter:
renderer- the rendereractivity- the activityrow- the rowlineIndex- the line index
-
-
Methodendetails
-
getActivity
-
getRow
Returns the row containing the unresolved activity.- Gibt zurück:
- the row containing the unresolved activity
-
getRenderer
Returns the renderer that failed to resolve the activity bounds.- Gibt zurück:
- the renderer that failed to resolve the activity bounds
-
getLineIndex
public int getLineIndex()Returns the line index of the unresolved activity.- Gibt zurück:
- the line index
-