ptolemy.math
Class FixPoint.Error

java.lang.Object
  extended by ptolemy.math.FixPoint.Error
Enclosing class:
FixPoint

public static class FixPoint.Error
extends java.lang.Object

An instance of this class is used preserve backwards interface compatibility. It contains a description that now states that there is no tracking of applied overflow or rounding.


Constructor Summary
private FixPoint.Error()
           
 
Method Summary
 java.lang.String getDescription()
          Deprecated. This functionality is obsolete.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixPoint.Error

private FixPoint.Error()
Method Detail

getDescription

public java.lang.String getDescription()
Deprecated. This functionality is obsolete.

Get a description of the Error.

Returns:
A description of the Error.