Module com.flexganttfx.view
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 Summary
Constructors Constructor Description MissingActivityBoundsException(ActivityRenderer<?> renderer, Activity activity, Row<?,?,?> row, int lineIndex)
-
Method Summary
Modifier and Type Method Description Activity
getActivity()
int
getLineIndex()
ActivityRenderer<?>
getRenderer()
Row<?,?,?>
getRow()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingActivityBoundsException
public MissingActivityBoundsException(ActivityRenderer<?> renderer, Activity activity, Row<?,?,?> row, int lineIndex)
-
-
Method Details
-
getActivity
-
getRow
-
getRenderer
-
getLineIndex
public int getLineIndex()
-