Class ShapeFileException

    • 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.