org.hibernatespatial.mgeom
Class MGeometryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hibernatespatial.mgeom.MGeometryException
All Implemented Interfaces:
Serializable

public class MGeometryException
extends Exception

Author:
Karel Maesen
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, String msg)
           
MGeometryException(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
clone, equals, finalize, 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(String s)

MGeometryException

public MGeometryException(int type)

MGeometryException

public MGeometryException(int type,
                          String msg)
Method Detail

getType

public int getType()


Copyright © 2011 hibernatespatial.org. All Rights Reserved.