|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.geotools.coverage.processing.CannotReprojectException org.geotools.gp.CannotReprojectException
CannotReprojectException
.
Throws when a "resample" operation has been requested but the specified grid coverage can't be reprojected.
Constructor Summary | |
CannotReprojectException()
Deprecated. Creates a new CannotReprojectException without detail message. |
|
CannotReprojectException(java.lang.String message)
Deprecated. Constructs a CannotReprojectException with the specified detail message. |
|
CannotReprojectException(java.lang.String message,
java.lang.Throwable cause)
Deprecated. Constructs a new exception with the specified detail message and cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CannotReprojectException()
CannotReprojectException
without detail message.
public CannotReprojectException(java.lang.String message)
CannotReprojectException
with the specified detail message.
message
- the detail message.public CannotReprojectException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- The cause of this exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |