Class VariableAlreadySetException

All Implemented Interfaces:
Serializable

public class VariableAlreadySetException extends ModelException
Exception thrown when a setter of a variable that should only be set one time outside a constructor is called more than once
See Also:
  • Constructor Details

    • VariableAlreadySetException

      public VariableAlreadySetException()