|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
RuntimeException
CoverageProcessingException
CannotReprojectException
public class CannotReprojectException
Throws when a "Resample" operation has been requested
but the specified grid coverage can't be reprojected.
| coverage/geotk-coverage (download) | View source code for this class |
| Constructor Summary | |
|---|---|
CannotReprojectException()
Creates a new exception without detail message. |
|
CannotReprojectException(String message)
Constructs a new exception with the specified detail message. |
|
CannotReprojectException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
CannotReprojectException(Throwable cause)
Constructs a new exception with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CannotReprojectException()
public CannotReprojectException(String message)
message - The detail message.public CannotReprojectException(Throwable cause)
cause - The cause of this exception.
public CannotReprojectException(String message,
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 | |||||||||