Package org.meteoinfo.projection.proj4j
Class UnknownAuthorityCodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.meteoinfo.projection.proj4j.Proj4jException
-
- org.meteoinfo.projection.proj4j.UnknownAuthorityCodeException
-
public class UnknownAuthorityCodeException extends Proj4jException
Signals that an authority code is unknown and cannot be mapped to a CRS definition.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownAuthorityCodeException()UnknownAuthorityCodeException(java.lang.String message)
-