org.rubato.math.arith
Class ZeroDivisorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.ArithmeticException
                  extended by org.rubato.math.arith.ZeroDivisorException
All Implemented Interfaces:
java.io.Serializable

public final class ZeroDivisorException
extends java.lang.ArithmeticException

Exception thrown by various functions involving modular arithmetic. Zero divisors modulo n are numbers a and b, both not zero, such that a*b = 0 mod n.

See Also:
Serialized Form

Constructor Summary
ZeroDivisorException()
           
ZeroDivisorException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZeroDivisorException

public ZeroDivisorException()

ZeroDivisorException

public ZeroDivisorException(java.lang.String msg)