BigDecimal help
BigDecimal help
- Subject: BigDecimal help
- From: James Cicenia <email@hidden>
- Date: Mon, 7 Feb 2005 09:20:48 -0600
Hello -
Why would this throw a class cast exception:
if(!this.approvedBudget().equals(null)){
which calls:
public BigDecimal approvedBudget() {
return (BigDecimal)storedValueForKey("approvedBudget"); <-----
class cast exception here ???
}
I am using the GAP pattern and the above is auto generated from
eogenerator.
Thanks,
James Cicenia
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden