COM.hugin.HAPI
Class ExceptionLowDensity

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.hugin.HAPI.ExceptionLowDensity
All Implemented Interfaces:
java.io.Serializable

public class ExceptionLowDensity
extends ExceptionHugin

An ExceptionLowDensity exception is thrown when the density of some CG evidence is too low to represent as a positive floating-point number.

See Also:
Serialized Form

Constructor Summary
ExceptionLowDensity()
           
ExceptionLowDensity(java.lang.String msg)
           
 
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

ExceptionLowDensity

public ExceptionLowDensity()

ExceptionLowDensity

public ExceptionLowDensity(java.lang.String msg)