Class InvalidCrsException

  • All Implemented Interfaces:
    Serializable

    public class InvalidCrsException
    extends EdalException
    Exception that is thrown when a user requests an unsupported coordinate reference system
    Author:
    Jon Blower
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidCrsException

        public InvalidCrsException​(String crsCode)
        Creates a new instance of InvalidCrsException
        Parameters:
        crsCode - The code of the unsupported CRS
      • InvalidCrsException

        public InvalidCrsException​(String crsCode,
                                   Exception e)
        Creates a new instance of InvalidCrsException
        Parameters:
        crsCode - The code of the unsupported CRS
        e - The exception which caused this