org.geotools.metadata.sql
Class MetadataException
Object
Throwable
Exception
RuntimeException
MetadataException
- All Implemented Interfaces:
- Serializable
public class MetadataException
- extends RuntimeException
Throws when a metadata method failed. The cause for this exception
is typically a SQLException
.
- Since:
- 2.1
- Author:
- Touraïvane, Martin Desruisseaux (IRD)
- See Also:
- Serialized Form
- Module:
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MetadataException
public MetadataException(String message)
- Constructs an instance of
MetadataException
with the specified
detail message.
- Parameters:
message
- The detail message.
MetadataException
public MetadataException(String message,
Exception cause)
- Constructs an instance of
MetadataException
with the specified cause.
- Parameters:
message
- The detail message.cause
- The cause of this exception.
Copyright © 1996-2009 Geotools. All Rights Reserved.