Class SpreadInvalidFieldIndexException

All Implemented Interfaces:
Serializable

public class SpreadInvalidFieldIndexException extends ValueObjectException
Exception class used when an invalid field index was specified for a Spread
See Also:
  • Constructor Details

    • SpreadInvalidFieldIndexException

      public SpreadInvalidFieldIndexException(String strMessage, Throwable thE)
      Class constructor specifying a detailed message and the original thrown exception.
      Parameters:
      strMessage - the detailed message of this exception
      thE - the originally thrown exception
    • SpreadInvalidFieldIndexException

      public SpreadInvalidFieldIndexException(String strMessage)
      Class constructor specifying a detailed message.
      Parameters:
      strMessage - the message of this exception