public class DataStoreReferencingException extends DataStoreException
FactoryException
or
TransformException
.Defined in the sis-storage
module
Constructor and Description |
---|
DataStoreReferencingException(Locale locale,
String format,
String filename,
Object store)
Creates a localized exception with a message saying that the given store can not be read.
|
DataStoreReferencingException(String message)
Creates an exception with the specified details message.
|
DataStoreReferencingException(String message,
Throwable cause)
Creates an exception with the specified details message and cause.
|
DataStoreReferencingException(Throwable cause)
Creates an exception with the specified cause and no details message.
|
getInternationalMessage, getLocalizedMessage, getMessage, initCause
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataStoreReferencingException(String message)
message
- the detail message.public DataStoreReferencingException(Throwable cause)
cause
- the cause for this exception.public DataStoreReferencingException(String message, Throwable cause)
message
- the detail message.cause
- the cause for this exception.public DataStoreReferencingException(Locale locale, String format, String filename, Object store)
store
argument if possible. If the given store is not recognized, then it will be ignored.locale
- the locale of the message to be returned by DataStoreException.getLocalizedMessage()
, or null
.format
- short name or abbreviation of the data format (e.g. "CSV", "GML", "WKT", etc).filename
- name of the file or data store where the error occurred.store
- the input or output object from which to get the current position, or null
if none.
This can be a LineNumberReader
or XMLStreamReader
for example.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.