Package uk.ac.rdg.resc.edal.exceptions
Class MismatchedCrsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.ac.rdg.resc.edal.exceptions.EdalException
-
- uk.ac.rdg.resc.edal.exceptions.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 Summary
Constructors Constructor Description MismatchedCrsException(String message)
Creates a new instance of MismatchedCrsException
-
Method Summary
-
Methods inherited from class uk.ac.rdg.resc.edal.exceptions.EdalException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MismatchedCrsException
public MismatchedCrsException(String message)
Creates a new instance of MismatchedCrsException- Parameters:
message
- The message to display to the user
-
-