Class MismatchedCrsException

  • All Implemented Interfaces:
    Serializable

    public class MismatchedCrsException
    extends EdalException
    Exception that is thrown when a user requests an operation on multiple features whose CRSs do not match when they need to
    Author:
    Guy Griffiths
    See Also:
    Serialized Form
    • Constructor Detail

      • MismatchedCrsException

        public MismatchedCrsException​(String message)
        Creates a new instance of MismatchedCrsException
        Parameters:
        message - The message to display to the user