Package org.geolatte.geom.codec
Class UnsupportedCoordinateSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.geolatte.geom.codec.UnsupportedCoordinateSystemException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedCoordinateSystemException extends RuntimeException
An exception for coordinate systems (as defined by their axes) that are not compatible with a givenCoordinateReferenceSystem. Created by Karel Maesen, Geovise BVBA on 28/11/14.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCoordinateSystemException()UnsupportedCoordinateSystemException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedCoordinateSystemException
public UnsupportedCoordinateSystemException()
-
UnsupportedCoordinateSystemException
public UnsupportedCoordinateSystemException(String message)
-
-