|
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.quote.QuoteFormatException
public class QuoteFormatException
An exception which is raised when there is a problem parsing or verifying a quote.
Constructor Summary | |
---|---|
QuoteFormatException(java.util.List messages)
Create a new quote format exception. |
|
QuoteFormatException(java.lang.String message)
Create a new quote format exception. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Return the first reason the quote was invalid. |
java.util.List |
getMessages()
Return the reasons the quote was invalid. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 QuoteFormatException(java.lang.String message)
message
- the reason the quote was invalidpublic QuoteFormatException(java.util.List messages)
messages
- a list of reasons the quote was invalidMethod Detail |
---|
public java.util.List getMessages()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |