jdsl.geomobj.api
Class InvalidCoordinateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.geomobj.api.GeomException
                          |
                          +--jdsl.geomobj.api.InvalidCoordinateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCoordinateException
extends GeomException

Version:
$Id: InvalidCoordinateException.java,v 1.1 2000/03/06 21:30:37 lv Exp $
Author:
Luca Vismara (lv)
See Also:
Serialized Form

Constructor Summary
InvalidCoordinateException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCoordinateException

public InvalidCoordinateException(java.lang.String message)