|
||||||||||
| 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.optimization.CostException
This class represents exceptions thrown by cost functions.
| Constructor Summary | |
CostException()
Simple constructor. |
|
CostException(String message)
Simple constructor. |
|
CostException(String message,
Throwable cause)
Simple constructor. |
|
CostException(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 CostException()
public CostException(String message)
message - exception messagepublic CostException(Throwable cause)
cause - cause of this exception
public CostException(String message,
Throwable cause)
message - exception messagecause - cause of this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||