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, toString
public PointNotFoundException(String var1, int pointIndex)
public int getPointIndex()
public Map<String,Object> getDetails()
getDetails
in interface GHException
Copyright © 2012–2020. All rights reserved.