Venice 0.7beta

org.mov.quote
Class SymbolFormatException

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

public class SymbolFormatException
extends java.lang.Throwable

An exception which is raised when there is a problem parsing a symbol string.

Author:
Andrew Leppard
See Also:
Serialized Form

Constructor Summary
SymbolFormatException(java.lang.String message)
          Create a new symbol format exception with the given error reason.
 
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

SymbolFormatException

public SymbolFormatException(java.lang.String message)
Create a new symbol format exception with the given error reason.

Parameters:
message - the reason why the string isn't a valid symbol

Venice 0.7beta