public class MGeometryException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static int |
GENERAL_MGEOMETRY_EXCEPTION |
static int |
OPERATION_REQUIRES_MONOTONE |
static int |
UNIONM_ON_DISJOINT_MLINESTRINGS |
Constructor and Description |
---|
MGeometryException(int type) |
MGeometryException(int type,
java.lang.String msg) |
MGeometryException(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
public static final int OPERATION_REQUIRES_MONOTONE
public static final int UNIONM_ON_DISJOINT_MLINESTRINGS
public static final int GENERAL_MGEOMETRY_EXCEPTION