public class IllegalFeatureTypeException extends DataStoreException
Defined in the sis-storage module
| Constructor and Description |
|---|
IllegalFeatureTypeException(Locale locale,
String format,
GenericName dataType)
Creates an exception with a default message in the given locale.
|
IllegalFeatureTypeException(String message)
Creates an exception with the specified details message.
|
IllegalFeatureTypeException(String message,
Throwable cause)
Creates an exception with the specified details message and cause.
|
IllegalFeatureTypeException(Throwable cause)
Creates an exception with the specified cause and no details message.
|
getInternationalMessage, getLocalizedMessage, getMessage, initCauseaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalFeatureTypeException(String message)
message - the detail message.public IllegalFeatureTypeException(Throwable cause)
cause - the cause for this exception.public IllegalFeatureTypeException(String message, Throwable cause)
message - the detail message.cause - the cause for this exception.public IllegalFeatureTypeException(Locale locale, String format, GenericName dataType)
locale - the message locale.format - short name of the format that do not accept the given feature type.dataType - name of the feature type that can not be accepted by the data store.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.