|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.mytrendtimer.trendtimer.QuoteException
public class QuoteException
Problem in Quote File is detected. This is a specialized exception.
| 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 |
|---|
public QuoteException(QuoteSourceFile errorQuoteSrcFileArg,
java.lang.String errorMsg,
int errorLine)
errorQuoteSrcFileArg - The source quote file that produced the errorerrorMsg - 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.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||