org.hibernate.spatial.jts.mgeom
Class MGeometryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hibernate.spatial.jts.mgeom.MGeometryException
All Implemented Interfaces:
java.io.Serializable

public class MGeometryException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static int GENERAL_MGEOMETRY_EXCEPTION
           
static int OPERATION_REQUIRES_MONOTONE
           
static int UNIONM_ON_DISJOINT_MLINESTRINGS
           
 
Constructor Summary
MGeometryException(int type)
           
MGeometryException(int type, java.lang.String msg)
           
MGeometryException(java.lang.String s)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OPERATION_REQUIRES_MONOTONE

public static final int OPERATION_REQUIRES_MONOTONE
See Also:
Constant Field Values

UNIONM_ON_DISJOINT_MLINESTRINGS

public static final int UNIONM_ON_DISJOINT_MLINESTRINGS
See Also:
Constant Field Values

GENERAL_MGEOMETRY_EXCEPTION

public static final int GENERAL_MGEOMETRY_EXCEPTION
See Also:
Constant Field Values
Constructor Detail

MGeometryException

public MGeometryException(java.lang.String s)

MGeometryException

public MGeometryException(int type)

MGeometryException

public MGeometryException(int type,
                          java.lang.String msg)
Method Detail

getType

public int getType()