Klasse MissingActivityBoundsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
Alle implementierten Schnittstellen:
Serializable

public class MissingActivityBoundsException extends Exception
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:
  • Konstruktordetails

    • MissingActivityBoundsException

      public MissingActivityBoundsException(ActivityRenderer<?> renderer, Activity activity, Row<?,?,?> row, int lineIndex)
      Constructs a new exception describing missing activity bounds.
      Parameter:
      renderer - the renderer
      activity - the activity
      row - the row
      lineIndex - the line index
  • Methodendetails

    • getActivity

      public Activity getActivity()
      Returns the unresolved activity.
      Gibt zurück:
      the unresolved activity
    • getRow

      public Row<?,?,?> getRow()
      Returns the row containing the unresolved activity.
      Gibt zurück:
      the row containing the unresolved activity
    • getRenderer

      public ActivityRenderer<?> 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