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, setLastCompletedTransform
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.