|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.geotools.metadata.sql.MetadataException
Throws when a metadata method failed. The cause for this exception
is typically a SQLException
.
Constructor Summary | |
MetadataException(java.lang.String message)
Constructs an instance of with the specified detail message. |
|
MetadataException(java.lang.String message,
java.lang.Exception cause)
Constructs an instance of with the specified cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MetadataException(java.lang.String message)
message
- The detail message.public MetadataException(java.lang.String message, java.lang.Exception cause)
message
- The detail message.cause
- The cause of this exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |