Class SpreadNonEditableException

All Implemented Interfaces:
Serializable

public class SpreadNonEditableException extends SpreadException
Exception class used when attempting to edit spreads that are uneditable. This can occur when (1) the spread is cumulative, (2) the period type is HOUR, (3) the period type is WEEK but the start day of the week is not set, or (4) the period type is FINANCIAL PERIOD but the financial period dates are not set.
See Also:
  • Constructor Details

    • SpreadNonEditableException

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