byucc.jhdl.Logic.Modules.FloatingPoint.helpers
Class FloatBV.RoundOverflowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybyucc.jhdl.Logic.Modules.FloatingPoint.helpers.FloatBV.RoundOverflowException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FloatBV

public static class FloatBV.RoundOverflowException
extends java.lang.Exception

An exception that occurs when rounding causes a number to no longer be normalized. Although this is a rare case, it ought to be handled correctly!

See Also:
Serialized Form

Constructor Summary
FloatBV.RoundOverflowException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloatBV.RoundOverflowException

public FloatBV.RoundOverflowException()


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.