|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.spaceroots.mantissa.MantissaException
org.spaceroots.mantissa.estimation.EstimationException
This class represents exceptions thrown by the estimation solvers.
| 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 |
public EstimationException(String message)
message - message to translate
public EstimationException(String specifier,
String[] parts)
specifier - format specifier (to be translated)parts - to insert in the format (no translation)public EstimationException(Throwable cause)
cause - cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||