com.dxfeed.ipf
Class InstrumentProfileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.dxfeed.ipf.InstrumentProfileFormatException
- All Implemented Interfaces:
- Serializable
public class InstrumentProfileFormatException
- extends IOException
Signals that input stream does not conform to the Simple File Format.
Please see Instrument Profile Format documentation for complete description.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InstrumentProfileFormatException
public InstrumentProfileFormatException()
- Constructs a InstrumentProfileFormatException without detail message.
InstrumentProfileFormatException
public InstrumentProfileFormatException(String s)
- Constructs a InstrumentProfileFormatException with specified detail message.
Copyright © 2013 Devexperts. All Rights Reserved.