Package com.spatial4j.core.exception
Class UnsupportedSpatialPredicate
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- com.spatial4j.core.exception.UnsupportedSpatialPredicate
-
- All Implemented Interfaces:
Serializable
public class UnsupportedSpatialPredicate extends UnsupportedOperationException
Exception thrown when theorg.apache.lucene.spatial.SpatialStrategycannot implement the requested operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedSpatialPredicate(SpatialPredicate op)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedSpatialPredicate
public UnsupportedSpatialPredicate(SpatialPredicate op)
-
-