com.exponto.jstock
Class TickerNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.exponto.jstock.TickerNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TickerNotFoundException
extends java.lang.Exception

Thrown when ticker not found, either as a file or from database. Use the string in the constructor to be more specific why the ticker was not found

Author:
kaare
See Also:
Serialized Form

Constructor Summary
TickerNotFoundException()
           
TickerNotFoundException(java.lang.String msg)
           
 
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

TickerNotFoundException

public TickerNotFoundException()

TickerNotFoundException

public TickerNotFoundException(java.lang.String msg)
Parameters:
msg - A message to be included with the exception


Copyright © 2004 Kaare Ranum