Class FeatureOperationException

Object
Throwable
Exception
RuntimeException
FeatureOperationException
All Implemented Interfaces:
Serializable

Thrown when Operation.apply(…) is invoked but the operation cannot complete. The operation can fail for a variety of reasons including but not limited to:
  • I/O or SQL error while fetching data,
  • failure to apply a map projection on a geometric property.
The failure may be caused by illegal arguments, but not necessarily.
Since:
3.1
See Also: