public class MaxDepthExceededException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private long |
measuredSize |
Constructor and Description |
---|
MaxDepthExceededException(java.lang.String msg)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addToMeasuredSize(long toAdd)
Add to the partially measured size
|
long |
getMeasuredSize()
Get the partially measured size
|