|
|||||||||
| 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.jscience.mathematics.analysis.optimization.CostException
public class CostException
This class represents exceptions thrown by cost functions.
| Constructor Summary | |
|---|---|
CostException()
Simple constructor. |
|
CostException(java.lang.String message)
Simple constructor. |
|
CostException(java.lang.String message,
java.lang.Throwable cause)
Simple constructor. |
|
CostException(java.lang.Throwable cause)
Simple constructor. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CostException()
public CostException(java.lang.String message)
message - exception messagepublic CostException(java.lang.Throwable cause)
cause - cause of this exception
public CostException(java.lang.String message,
java.lang.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 | ||||||||