jdsl.geomobj.api
Class InvalidLinearCurveException

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

public class InvalidLinearCurveException
extends GeomException

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

Constructor Summary
InvalidLinearCurveException(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

InvalidLinearCurveException

public InvalidLinearCurveException(java.lang.String message)