public class GazetteerException extends TransformException
Defined in the sis-referencing-by-identifiers module
| Constructor and Description |
|---|
GazetteerException()
Constructs a new exception with no detail message.
|
GazetteerException(String message)
Constructs a new exception with the specified detail message.
|
GazetteerException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
GazetteerException(Throwable cause)
Constructs a new exception with the specified cause.
|
getLastCompletedTransform, setLastCompletedTransformaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GazetteerException()
public GazetteerException(String message)
message - the details message, or null if none.public GazetteerException(Throwable cause)
cause - the cause, or null if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.