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, setLastCompletedTransform
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.