Namespace Spatial4n.Core.Exceptions
Classes
InvalidShapeException
A shape was constructed but failed because, based on the given parts, it's invalid. For example a rectangle's minimum Y was specified as greater than the maximum Y. This class is not used for parsing exceptions; that's usually ParseException.
ParseException
Spatial4n specific type used to throw/catch a parsing error including the offset.
RuntimeException
Spatial4n specific class - used to mimic Java's RuntimeException because we sometimes need to catch exceptions that are lower level than InvalidShapeException, but need something more specialized than System.Exception.