com.fxcm.fix
Class NotDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fxcm.GenericException
              extended by com.fxcm.fix.NotDefinedException
All Implemented Interfaces:
Serializable

public class NotDefinedException
extends com.fxcm.GenericException

The Exception specially designed to throw out when not defined but requred filed is found.

See Also:
Serialized Form

Constructor Summary
NotDefinedException(String s)
          Constructor with description of exception
 
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

NotDefinedException

public NotDefinedException(String s)
Constructor with description of exception

Parameters:
s - description of exception


Copyright © 2012 FXCM, LLC. All Rights Reserved.