COM.hugin.HAPI
Class ExceptionLowDensity

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
              extended by COM.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)
           
 
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

ExceptionLowDensity

public ExceptionLowDensity()

ExceptionLowDensity

public ExceptionLowDensity(java.lang.String msg)