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, setLastCompletedTransform
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProjectionException()
public ProjectionException(String message)
public ProjectionException(Throwable cause)
Copyright © 1996–2019 Geotools. All rights reserved.