com.exponto.jstock.indicators
Class RsiException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.exponto.jstock.indicators.RsiException
All Implemented Interfaces:
java.io.Serializable

public class RsiException
extends java.lang.Exception

Thrown when there is a problem calculating the RSI for a LogDataSeries. Use the string in the constructor to be more specific about why the calculation failed.

Author:
kaare
See Also:
Serialized Form

Constructor Summary
RsiException()
           
RsiException(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

RsiException

public RsiException()

RsiException

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


Copyright © 2004 Kaare Ranum