| org.geotools.coverage.io.MetadataException org.geotools.coverage.io.AmbiguousMetadataException
AmbiguousMetadataException | public class AmbiguousMetadataException extends MetadataException (Code) | | Thrown when one or more metadata have ambiguous values. This exception is typically
thrown when a metadata is defined twice with different values. It may also be thrown
if a metadata can be computed from other metadata, but their values are inconsistent.
version: $Id: AmbiguousMetadataException.java 25699 2007-05-31 15:55:07Z desruisseaux $ author: Martin Desruisseaux since: 2.2 |
AmbiguousMetadataException | public AmbiguousMetadataException(String message, MetadataBuilder.Key key, String alias)(Code) | | Constructs an exception with the specified message. This exception is
usually raised because different values was found 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. |
|
|