Venice 0.7beta

org.mov.util
Class TradingDateFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.mov.util.TradingDateFormatException
All Implemented Interfaces:
java.io.Serializable

public class TradingDateFormatException
extends java.lang.Throwable

An exception which is raised when there is a problem parsing a date.

Author:
Andrew Leppard
See Also:
Serialized Form

Constructor Summary
TradingDateFormatException(java.lang.String date)
          Create a new trading date format exception.
 
Method Summary
 java.lang.String getDate()
          Return the date string being parsed.
 
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

TradingDateFormatException

public TradingDateFormatException(java.lang.String date)
Create a new trading date format exception.

Parameters:
date - the date being parsed.
Method Detail

getDate

public java.lang.String getDate()
Return the date string being parsed.

Returns:
the date being parsed.

Venice 0.7beta