Venice 0.7beta

org.mov.quote
Class WeekendDateException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.mov.quote.WeekendDateException
All Implemented Interfaces:
java.io.Serializable

public class WeekendDateException
extends java.lang.Throwable

This exception represents the error condition that occurs when the caller is trying to retrieve a quote from a weekend. Stock markets do not trade on weekends so there will never be any quotes.

See Also:
Serialized Form

Constructor Summary
WeekendDateException()
          Create an exception that represents the error condition that occurs when the caller is trying to retrieve a quote from a weekend.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

WeekendDateException

public WeekendDateException()
Create an exception that represents the error condition that occurs when the caller is trying to retrieve a quote from a weekend.


Venice 0.7beta