Class MGeometryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.fmap.geom.jts.mgeom.MGeometryException
All Implemented Interfaces:
Serializable

public class MGeometryException extends Exception
Author:
Karel Maesen
See Also:
  • Field Details

    • OPERATION_REQUIRES_MONOTONE

      public static final int OPERATION_REQUIRES_MONOTONE
      See Also:
    • UNIONM_ON_DISJOINT_MLINESTRINGS

      public static final int UNIONM_ON_DISJOINT_MLINESTRINGS
      See Also:
    • GENERAL_MGEOMETRY_EXCEPTION

      public static final int GENERAL_MGEOMETRY_EXCEPTION
      See Also:
  • Constructor Details

    • MGeometryException

      public MGeometryException(String s)
    • MGeometryException

      public MGeometryException(int type)
    • MGeometryException

      public MGeometryException(int type, String msg)
  • Method Details

    • getType

      public int getType()