|
||||||||||
| 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 UnitaryProjection when a map projection failed.
| referencing/geotk-referencing (download) | View source code for this class |
| 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)
message - The details message, or null if none.public ProjectionException(Throwable cause)
cause - The cause, or null if none.
public ProjectionException(String message,
Throwable cause)
message - The details message, or null if none.cause - The cause, or null if none.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||