Class UnsupportedSpatialPredicate
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.UnsupportedOperationException
-
- org.locationtech.spatial4j.exception.UnsupportedSpatialPredicate
-
- All Implemented Interfaces:
Serializable
public class UnsupportedSpatialPredicate extends UnsupportedOperationException
Exception thrown when something cannot implement theSpatialPredicate
.- 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)
-
-