Class MissingActivityBoundsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
All Implemented Interfaces:
Serializable

public class MissingActivityBoundsException
extends Exception
See Also:
Serialized Form
  • Constructor Details

    • MissingActivityBoundsException

      public MissingActivityBoundsException​(ActivityRenderer<?> renderer, Activity activity, Row<?,​?,​?> row, int lineIndex)
  • Method Details

    • getActivity

      public Activity getActivity()
    • getRow

      public Row<?,​?,​?> getRow()
    • getRenderer

      public ActivityRenderer<?> getRenderer()
    • getLineIndex

      public int getLineIndex()