Class TypeUnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sedona.core.formatMapper.shapefileParser.parseUtils.shp.TypeUnknownException
- All Implemented Interfaces:
Serializable
The Class TypeUnknownException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTypeUnknownException(int typeID) create an exception indicates that the shape type number we get from .shp file is valid -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TypeUnknownException
public TypeUnknownException(int typeID) create an exception indicates that the shape type number we get from .shp file is valid- Parameters:
typeID- the type ID
-