public class ProjectionException extends TransformException
NormalizedProjection when a map projection failed.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, setLastCompletedTransformfillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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–2015 The Apache Software Foundation. All rights reserved.