org.spaceroots.mantissa.estimation
Class EstimationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.spaceroots.mantissa.MantissaException
              extended byorg.spaceroots.mantissa.estimation.EstimationException
All Implemented Interfaces:
Serializable

public class EstimationException
extends MantissaException

This class represents exceptions thrown by the estimation solvers.

Version:
$Id: EstimationException.java 1681 2005-12-16 11:13:28Z luc $
Author:
L. Maisonobe
See Also:
Serialized Form

Constructor Summary
EstimationException(String message)
          Simple constructor.
EstimationException(String specifier, String[] parts)
          Simple constructor.
EstimationException(Throwable cause)
          Simple constructor.
 
Methods inherited from class org.spaceroots.mantissa.MantissaException
translate, translate
 
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

EstimationException

public EstimationException(String message)
Simple constructor. Build an exception by translating the specified message

Parameters:
message - message to translate

EstimationException

public EstimationException(String specifier,
                           String[] parts)
Simple constructor. Build an exception by translating and formating a message

Parameters:
specifier - format specifier (to be translated)
parts - to insert in the format (no translation)

EstimationException

public EstimationException(Throwable cause)
Simple constructor. Build an exception from a cause

Parameters:
cause - cause of this exception


Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.