| org.geotools.coverage.io.MetadataException org.geotools.coverage.io.MissingMetadataException
MissingMetadataException | public class MissingMetadataException extends MetadataException (Code) | | Thrown when a metadata is required but can't be found. This error typically occurs
when a raster is being read but the file doesn't contains enough information for
constructing the raster's coordinate system.
version: $Id: MissingMetadataException.java 25699 2007-05-31 15:55:07Z desruisseaux $ author: Martin Desruisseaux since: 2.2 |
MissingMetadataException | public MissingMetadataException(String message, MetadataBuilder.Key key, String alias)(Code) | | Constructs an exception with the specified message. This exception is
usually raised because no value was defined for the key
key .
Parameters: message - The message. If null , a message will be constructed from the alias. Parameters: key - The metadata key which was the cause for this exception, or null ifnone. This is a format neutral key, for example MetadataBuilder.DATUM. Parameters: alias - The alias used for for the key key , or null if none. This isusually the name used in the external file parsed. |
|
|