public class ProjectionException extends TransformException
NormalizedProjection when a map projection failed.
Double.POSITIVE_INFINITY or Double.NEGATIVE_INFINITY,
depending on the sign of the correct mathematical answer.Double.NaN.ProjectionException.Defined in the sis-referencing module
| 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)
message - the details message, or null if none.public ProjectionException(Throwable cause)
cause - the cause, or null if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.