Package uk.ac.rdg.resc.edal.exceptions
This package contains EDAL-specific exceptions.
The EDAL WMS should catch exceptions in this package and return them in the desired fashion (e.g. XML, in-image...)
- Author:
- Guy
-
Exception Summary Exception Description ArrayAccessException An exception to be thrown when anArray
object is accessed incorrectly (e.g.BadTimeFormatException An exception to be thrown when trying to parse a time which is badly formattedDataReadingException An exception to be thrown when there is a problem reading data.EdalException Exception specific to EDALEdalParseException An exception to be thrown when trying to parse something which is badly formattedIncorrectDomainException An exception to be thrown when the domain for the current operation is incorrect somehow (e.g.InvalidCrsException Exception that is thrown when a user requests an unsupported coordinate reference systemInvalidLineStringException An exception to be thrown when trying to parse a line string which is badly formattedMetadataException Exception that is thrown when there is a problem with metadata.MismatchedCrsException Exception that is thrown when a user requests an operation on multiple features whose CRSs do not match when they need toVariableNotFoundException Exception that is thrown when a user requests an unavailable variable