Venice 0.7beta

org.mov.util
Class TradingTimeFormatException

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

public class TradingTimeFormatException
extends java.lang.Throwable

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

Author:
Andrew Leppard
See Also:
Serialized Form

Constructor Summary
TradingTimeFormatException(java.lang.String time)
          Create a new trading time format exception.
 
Method Summary
 java.lang.String getTime()
          Return the time 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

TradingTimeFormatException

public TradingTimeFormatException(java.lang.String time)
Create a new trading time format exception.

Parameters:
time - the time being parsed.
Method Detail

getTime

public java.lang.String getTime()
Return the time string being parsed.

Returns:
the time being parsed.

Venice 0.7beta