|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
javax.imageio.IIOException
org.geotools.coverage.io.MetadataException
org.geotools.coverage.io.MissingMetadataException
public class MissingMetadataException
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.
Constructor Summary | |
---|---|
MissingMetadataException(java.lang.String message,
TextMetadataParser.Key key,
java.lang.String alias)
Constructs an exception with the specified message. |
Method Summary |
---|
Methods inherited from class org.geotools.coverage.io.MetadataException |
---|
getMetadataAlias, getMetadataKey, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MissingMetadataException(java.lang.String message, TextMetadataParser.Key key, java.lang.String alias)
key
.
message
- The message. If null
, a message will be constructed from the alias.key
- The metadata key which was the cause for this exception, or null
if
none. This is a format neutral key, for example TextMetadataParser.DATUM
.alias
- The alias used for for the key key
, or null
if none. This is
usually the name used in the external file parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |