com.dukascopy.api
Class JFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dukascopy.api.JFException
- All Implemented Interfaces:
- Serializable
public class JFException
- extends Exception
Used to indicate errors when calling API functions
- Author:
- Denis Larka
- See Also:
- Serialized Form
Nested Class Summary |
static class |
JFException.Error
Used to easily create exceptions with appropriate message |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JFException
public JFException(JFException.Error errorCode)
JFException
public JFException(JFException.Error errorCode,
String message)
JFException
public JFException(String message,
Throwable cause)
JFException
public JFException(String message)
JFException
public JFException(Throwable cause)
Copyright © 2009. All Rights Reserved.