jumbo.euclid
Class ZeroVectorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jumbo.euclid.ZeroVectorException

public class ZeroVectorException
extends java.lang.Exception

Vector has zero length (e.g. coincident points)

See Also:
Serialized Form

Constructor Summary
ZeroVectorException()
           
ZeroVectorException(java.lang.String s)
           
 
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

ZeroVectorException

public ZeroVectorException()

ZeroVectorException

public ZeroVectorException(java.lang.String s)