jumbo.euclid
Class ArrayTooSmallException

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

public class ArrayTooSmallException
extends java.lang.Exception

Array does not contain enough elems for algorithm (e.g. Angle requires 3)

See Also:
Serialized Form

Constructor Summary
ArrayTooSmallException()
           
ArrayTooSmallException(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

ArrayTooSmallException

public ArrayTooSmallException()

ArrayTooSmallException

public ArrayTooSmallException(java.lang.String s)