com.mytrendtimer.trendtimer
Class QuoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mytrendtimer.trendtimer.QuoteException
All Implemented Interfaces:
java.io.Serializable

public class QuoteException
extends java.lang.Exception

Problem in Quote File is detected. This is a specialized exception.

Version:
v0.7
Author:
FRM
See Also:
Serialized Form

Constructor Summary
QuoteException(QuoteSourceFile errorQuoteSrcFileArg, java.lang.String errorMsg, int errorLine)
          Main constructor for a QuoteException object.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuoteException

public QuoteException(QuoteSourceFile errorQuoteSrcFileArg,
                      java.lang.String errorMsg,
                      int errorLine)
Main constructor for a QuoteException object.

Parameters:
errorQuoteSrcFileArg - The source quote file that produced the error
errorMsg - The error string to be displayed. Should help the user find and correct the error.
errorLine - The line number in Quote file where the error was found.