Class GazetteerException
Object
Throwable
Exception
TransformException
GazetteerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ReferenceVerifyException
Thrown when a coordinate cannot be converted to a geographic identifier, or conversely.
- Since:
- 0.8
- See Also:
Defined in the sis-referencing-by-identifiers module
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs 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.
- 
Method SummaryMethods inherited from class TransformExceptiongetLastCompletedTransform, setLastCompletedTransformMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
GazetteerExceptionpublic GazetteerException()Constructs a new exception with no detail message.
- 
GazetteerExceptionConstructs a new exception with the specified detail message.- Parameters:
- message- the details message, or- nullif none.
 
- 
GazetteerExceptionConstructs a new exception with the specified cause. The details message is copied from the cause.- Parameters:
- cause- the cause, or- nullif none.
 
- 
GazetteerExceptionConstructs a new exception with the specified detail message and cause.- Parameters:
- message- the details message, or- nullif none.
- cause- the cause, or- nullif none.
 
 
-