public class MissingActivityBoundsException extends Exception
Constructor and Description |
---|
MissingActivityBoundsException(ActivityRenderer<?> renderer,
Activity activity,
Row<?,?,?> row,
int lineIndex) |
Modifier and Type | Method and Description |
---|---|
Activity |
getActivity() |
int |
getLineIndex() |
ActivityRenderer<?> |
getRenderer() |
Row<?,?,?> |
getRow() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingActivityBoundsException(ActivityRenderer<?> renderer, Activity activity, Row<?,?,?> row, int lineIndex)
public Activity getActivity()
public Row<?,?,?> getRow()
public ActivityRenderer<?> getRenderer()
public int getLineIndex()
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.