com.dxfeed.ipf.transform
Class TransformCompilationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dxfeed.ipf.transform.TransformCompilationException
All Implemented Interfaces:
java.io.Serializable

public class TransformCompilationException
extends java.lang.Exception

Signals that input stream does not conform to the instrument profile Transform format. Please see Instrument Profile Format documentation for Transform syntax specification.

See Also:
Serialized Form

Constructor Summary
TransformCompilationException()
          Constructs a TransformCompilationException without detail message.
TransformCompilationException(java.lang.String s)
          Constructs a TransformCompilationException with specified detail message.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformCompilationException

public TransformCompilationException()
Constructs a TransformCompilationException without detail message.


TransformCompilationException

public TransformCompilationException(java.lang.String s)
Constructs a TransformCompilationException with specified detail message.