Class ProjectionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProjectionException
    extends Proj4jException
    Signals that an erroneous situation has occured during the computation of a projected coordinate system value.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ERR_17  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ERR_17

        public static java.lang.String ERR_17
    • Constructor Detail

      • ProjectionException

        public ProjectionException()
      • ProjectionException

        public ProjectionException​(java.lang.String message)
      • ProjectionException

        public ProjectionException​(Projection proj,
                                   java.lang.String message)