jumbo.euclid
Class UnequalArraysException

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

public class UnequalArraysException
extends java.lang.Exception

Arrays are required to be equal lengths for some operations

See Also:
Serialized Form

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

UnequalArraysException

public UnequalArraysException()

UnequalArraysException

public UnequalArraysException(java.lang.String s)