org.rubato.math.module
Class DivisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rubato.math.module.DivisionException
All Implemented Interfaces:
java.io.Serializable

public final class DivisionException
extends java.lang.Exception

Exception thrown whenever the solution x of a*x = b, where a and b are ring elements, is requested, but does not exist.

Author:
Gérard Milmeister
See Also:
Serialized Form

Constructor Summary
DivisionException(RingElement divident, RingElement divisor)
           
 
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

DivisionException

public DivisionException(RingElement divident,
                         RingElement divisor)