public class YahooFinanceException
extends java.lang.Exception
Constructor and Description |
---|
YahooFinanceException(java.lang.String message,
YahooFinanceExceptionType type)
Konstruktor mit Inormatiosntext und Fehlertyp.
|
Modifier and Type | Method and Description |
---|---|
YahooFinanceExceptionType |
getType()
Liefert den Fehlertyp der Exception
|
public YahooFinanceException(java.lang.String message, YahooFinanceExceptionType type)
message
- der Informationstexttype
- der Felertyppublic YahooFinanceExceptionType getType()