public class CostException extends MantissaException
| Constructor and Description |
|---|
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.
|
translate, translatepublic CostException()
public CostException(java.lang.String message)
message - exception messagepublic CostException(java.lang.Throwable cause)
cause - cause of this exceptionpublic CostException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - cause of this exceptionCopyright © 2001-2007 Luc Maisonobe. All Rights Reserved.