Formula 1.0.0

Serialized Form


Package hirondelle.formula

Class hirondelle.formula.Decimal extends Number implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream aInputStream)
                 throws ClassNotFoundException,
                        IOException
Always treat de-serialization as a full-blown constructor, by validating the final state of the de-serialized object.

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream aOutputStream)
                  throws IOException
Throws:
IOException
Serialized Fields

fAmount

BigDecimal fAmount
The decimal amount. Never null.

 

fHashCode

int fHashCode
 

Class hirondelle.formula.MalformedFormulaException extends Exception implements Serializable

serialVersionUID: 4450503915190268400L

Class hirondelle.formula.UnknownFunctionException extends RuntimeException implements Serializable

serialVersionUID: 3068887032039270305L

Class hirondelle.formula.UnpopulatedVariableException extends RuntimeException implements Serializable

serialVersionUID: 8039658142620976654L


Formula 1.0.0

Copyright Hirondelle Systems. Published January 31, 2013