- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.arakhne.afc.io.shape.ShapeFileException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BoundsNotFoundException,InvalidMultipatchTypeException,InvalidNumericValueException,InvalidShapeFileVersionException,InvalidShapeTypeException,NotShapeFileException,SeekOperationDisabledException,ShapeFileFormatException
public class ShapeFileException extends IOException
Something wrong appends on ESRI Shape file.- Since:
- 14.0
- Version:
- 17.0 2020-01-04 14:41:52
- Author:
- Stéphane GALLAND, Olivier LAMOTTE
- See Also:
- Serialized Form
- Maven Group Id:
- org.arakhne.afc.advanced
- Maven Artifact Id:
- shapefile
-
-
Constructor Summary
Constructors Constructor Description ShapeFileException()Constructor.ShapeFileException(String message)Constructor.ShapeFileException(Throwable cause)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ShapeFileException
public ShapeFileException()
Constructor.
-
ShapeFileException
public ShapeFileException(String message)
Constructor.- Parameters:
message- the error message.
-
ShapeFileException
public ShapeFileException(Throwable cause)
Constructor.- Parameters:
cause- the cause of the error.
-
-