public class ProjectionException extends TransformException
MapProjection when a map projection failed.| Constructor and Description |
|---|
ProjectionException()
Constructs a new exception with no detail message.
|
ProjectionException(String message)
Constructs a new exception with the specified detail message.
|
ProjectionException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
ProjectionException(Throwable cause)
Constructs a new exception with the specified cause.
|
getLastCompletedTransform, setLastCompletedTransformaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProjectionException()
public ProjectionException(String message)
public ProjectionException(Throwable cause)
Copyright © 1996–2019 Geotools. All rights reserved.