|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable org.mov.util.MoneyFormatException
public class MoneyFormatException
An exception which is raised when there is a problem parsing a moeny field.
Constructor Summary | |
---|---|
MoneyFormatException(java.lang.String reason)
Create a new money format exception. |
Method Summary | |
---|---|
java.lang.String |
getReason()
Return the reason this exception was raised. |
java.lang.String |
toString()
Convert the exception to a string |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MoneyFormatException(java.lang.String reason)
reason
- for the exception.Method Detail |
---|
public java.lang.String getReason()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |