public class PointNotFoundException extends IllegalArgumentException implements GHException
| Modifier and Type | Field and Description |
|---|---|
protected int |
pointIndex |
| Constructor and Description |
|---|
PointNotFoundException(String var1,
int pointIndex) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDetails() |
int |
getPointIndex() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PointNotFoundException(String var1, int pointIndex)
public int getPointIndex()
public Map<String,Object> getDetails()
getDetails in interface GHExceptionCopyright © 2012–2018. All rights reserved.