|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
TransformException
ProjectionException
public class ProjectionException
Thrown by MapProjection
when a map projection failed.
modules/library/referencing (gt-referencing.jar)
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class TransformException |
---|
getLastCompletedTransform, setLastCompletedTransform |
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 ProjectionException()
public ProjectionException(String message)
public ProjectionException(Throwable cause)
public ProjectionException(String message, Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |