public class JsonGeometryException extends GeometryException
Constructor and Description |
---|
JsonGeometryException(Exception ex)
Constructs a Json Geometry Exception with the given another exception.
|
JsonGeometryException(String str)
Constructs a Json Geometry Exception with the given error string/message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonGeometryException(String str)
str
- - The error string.public JsonGeometryException(Exception ex)
ex
- - The exception to copy the message from.Copyright © 2018. All rights reserved.