Package org.apache.lucene.spatial.tier
Class InvalidGeoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.lucene.spatial.tier.InvalidGeoException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class InvalidGeoException extends Exception
Deprecated.NOTE: This API is still in flux and might change in incompatible ways in the next release.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidGeoException(String message)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidGeoException
public InvalidGeoException(String message)
Deprecated.
-
-