Package org.geolatte.geom.codec
Class UnsupportedConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.geolatte.geom.codec.UnsupportedConversionException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedConversionException extends RuntimeException
Thrown when the WKT/WKB representation is not supported by the encoder or decoder.- Author:
- Karel Maesen, Geovise BVBA creation-date: Nov 12, 2010
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedConversionException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedConversionException
public UnsupportedConversionException(String msg)
-
-